diff options
Diffstat (limited to 'subcmds/gitc_init.py')
-rw-r--r-- | subcmds/gitc_init.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py index 89472edb..23a4ebb6 100644 --- a/subcmds/gitc_init.py +++ b/subcmds/gitc_init.py | |||
@@ -48,13 +48,6 @@ use for this GITC client. | |||
48 | 48 | ||
49 | def _Options(self, p): | 49 | def _Options(self, p): |
50 | super()._Options(p, gitc_init=True) | 50 | super()._Options(p, gitc_init=True) |
51 | g = p.add_option_group('GITC options') | ||
52 | g.add_option('-f', '--manifest-file', | ||
53 | dest='manifest_file', | ||
54 | help='Optional manifest file to use for this GITC client.') | ||
55 | g.add_option('-c', '--gitc-client', | ||
56 | dest='gitc_client', | ||
57 | help='The name of the gitc_client instance to create or modify.') | ||
58 | 51 | ||
59 | def Execute(self, opt, args): | 52 | def Execute(self, opt, args): |
60 | gitc_client = gitc_utils.parse_clientdir(os.getcwd()) | 53 | gitc_client = gitc_utils.parse_clientdir(os.getcwd()) |