File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tapis_cli/commands/taccapis/v2/apim Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class GitServerOpts(ParserExtender):
46
46
def extend_parser (parser ):
47
47
"""Configures a Command to accept git server config
48
48
"""
49
- git_group = parser .add_argument_group ('GitHub Access' )
49
+ git_group = parser .add_argument_group ('GitHub Access (Optional) ' )
50
50
git_group .add_argument ('--git-username' ,
51
51
metavar = 'USERNAME' ,
52
52
help = 'Git username' )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class RegistryOpts(ParserExtender):
23
23
def extend_parser (parser ):
24
24
"""Configures a Command to accept container registry config
25
25
"""
26
- reg_group = parser .add_argument_group ('Registry Access' )
26
+ reg_group = parser .add_argument_group ('Container Registry Access (Optional) ' )
27
27
reg_group .add_argument ('--registry-url' ,
28
28
metavar = 'URL' ,
29
29
help = 'Registry URL' )
You can’t perform that action at this time.
0 commit comments