Skip to content

Commit 71a54de

Browse files
committed
Use consistent ordering of components
1 parent a87ef24 commit 71a54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/admin/wskadmin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def parseArgs():
169169
subparser.required = True
170170

171171
subcmd = subparser.add_parser('get', help='get logs')
172-
subcmd.add_argument('components', help='components, one or more of [controllerN, schedulerN, invokerN] where N is the instance', nargs='*', default=['controller0', 'invoker0', 'scheduler0'])
172+
subcmd.add_argument('components', help='components, one or more of [controllerN, schedulerN, invokerN] where N is the instance', nargs='*', default=['controller0', 'scheduler0', 'invoker0'])
173173
subcmd.add_argument('-t', '--tid', help='retrieve logs for the transaction id')
174174
subcmd.add_argument('-g', '--grep', help='retrieve logs that match grep expression')
175175

0 commit comments

Comments
 (0)