Revision 1f864b60 scripts/gnt-node

b/scripts/gnt-node
677 677
    "[nodes...]",
678 678
    "Lists the nodes in the cluster. The available fields are (see the man"
679 679
    " page for details): %s. The default field list is (in order): %s." %
680
    (", ".join(_LIST_HEADERS), ", ".join(_LIST_DEF_FIELDS))),
680
    (utils.CommaJoin(_LIST_HEADERS), utils.CommaJoin(_LIST_DEF_FIELDS))),
681 681
  'modify': (
682 682
    SetNodeParams, ARGS_ONE_NODE,
683 683
    [FORCE_OPT, SUBMIT_OPT, MC_OPT, DRAINED_OPT, OFFLINE_OPT],
......
698 698
    [NOHDR_OPT, SEP_OPT, USEUNITS_OPT, FIELDS_OPT, _STORAGE_TYPE_OPT],
699 699
    "[<node_name>...]", "List physical volumes on node(s). The available"
700 700
    " fields are (see the man page for details): %s." %
701
    (", ".join(_LIST_STOR_HEADERS))),
701
    (utils.CommaJoin(_LIST_STOR_HEADERS))),
702 702
  'modify-storage': (
703 703
    ModifyStorage,
704 704
    [ArgNode(min=1, max=1),

Also available in: Unified diff