init: Remove -c short option for --current-branch

This option conflicts with the gitc-init -c short option.

Bug: https://crbug.com/gerrit/10200
Change-Id: I06f37564429ca0bd4c0bbea6066daae4f663c838
This commit is contained in:
Ereth McKnight-MacNeil
2018-12-19 21:28:35 -08:00
committed by Jonathan Nieder
parent e158e3802d
commit 12ee5446e9
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ to update the working directory files.
g.add_option('-b', '--manifest-branch',
dest='manifest_branch',
help='manifest branch or revision', metavar='REVISION')
g.add_option('-c', '--current-branch',
g.add_option('--current-branch',
dest='current_branch_only', action='store_true',
help='fetch only current manifest branch from server')
g.add_option('-m', '--manifest-name',