diff --git a/linstor_client/commands/node_cmds.py b/linstor_client/commands/node_cmds.py index 9a0e317..888410a 100644 --- a/linstor_client/commands/node_cmds.py +++ b/linstor_client/commands/node_cmds.py @@ -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',