Revision 6915bc28 scripts/gnt-node

b/scripts/gnt-node
72 72
             choices=_USER_STORAGE_TYPE.keys(),
73 73
             default=None,
74 74
             metavar="STORAGE_TYPE",
75
             help=("Storage type (%s)" %
76
                   utils.CommaJoin(_USER_STORAGE_TYPE.keys())))
75
             help=("Storage type (%s)" % " ,".join(_USER_STORAGE_TYPE.keys())))
77 76

  
78 77
_REPAIRABLE_STORAGE_TYPES = \
79 78
  [st for st, so in constants.VALID_STORAGE_OPERATIONS.iteritems()

Also available in: Unified diff