diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-10 01:05:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-10 01:28:43 -0400 |
commit | b8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch) | |
tree | db5a3854124122b007821a0eec28d02b09ccb999 /subcmds/init.py | |
parent | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff) | |
download | git-repo-b8f7bb04d003f8dbcf3ef2b201fc2678308995af.tar.gz |
update markdown/help header format
Since gitiles recommends using # headers over ---/=== underlines,
change the manifest-format.md over and all our help texts.
Change-Id: I96391d41fba769e9f26870d497cf7cf01c8d8ab3
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 47a1c9fa..4e51dfe8 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -67,8 +67,7 @@ resumeable bundle file on a content delivery network. This | |||
67 | may be necessary if there are problems with the local Python | 67 | may be necessary if there are problems with the local Python |
68 | HTTP client or proxy configuration, but the Git binary works. | 68 | HTTP client or proxy configuration, but the Git binary works. |
69 | 69 | ||
70 | Switching Manifest Branches | 70 | # Switching Manifest Branches |
71 | --------------------------- | ||
72 | 71 | ||
73 | To switch to another manifest branch, `repo init -b otherbranch` | 72 | To switch to another manifest branch, `repo init -b otherbranch` |
74 | may be used in an existing client. However, as this only updates the | 73 | may be used in an existing client. However, as this only updates the |