Revision ab3e6da8 scripts/gnt-node

b/scripts/gnt-node
98 98
             choices=_USER_STORAGE_TYPE.keys(),
99 99
             default=None,
100 100
             metavar="STORAGE_TYPE",
101
             help=("Storage type (%s)" % " ,".join(_USER_STORAGE_TYPE.keys())))
101
             help=("Storage type (%s)" %
102
                   utils.CommaJoin(_USER_STORAGE_TYPE.keys())))
102 103

  
103 104
_REPAIRABLE_STORAGE_TYPES = \
104 105
  [st for st, so in constants.VALID_STORAGE_OPERATIONS.iteritems()

Also available in: Unified diff