Skip to content

Commit

Permalink
fix missing rparent
Browse files Browse the repository at this point in the history
  • Loading branch information
rp- committed Nov 12, 2018
1 parent 3cfa58b commit 2e045bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linstor_client/commands/node_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setup_commands(self, parser):
'--node-type', '-t',
choices=node_types,
default=apiconsts.VAL_NODE_TYPE_STLT,
help='Node type (default: %s' % ntype_def
help='Node type (default: %s)' % ntype_def
)
p_modify_node.add_argument(
'node_name',
Expand Down

0 comments on commit 2e045bc

Please sign in to comment.