Revision 982ed68e lib/client/gnt_node.py

b/lib/client/gnt_node.py
60 60
  ]
61 61

  
62 62

  
63
#: headers (and full field list for L{ListNodes}
63
#: headers (and full field list) for L{ListNodes}
64 64
_LIST_HEADERS = {
65 65
  "name": "Node", "pinst_cnt": "Pinst", "sinst_cnt": "Sinst",
66 66
  "pinst_list": "PriInstances", "sinst_list": "SecInstances",
......
81 81
  }
82 82

  
83 83

  
84
#: headers (and full field list for L{ListStorage}
84
#: headers (and full field list) for L{ListStorage}
85 85
_LIST_STOR_HEADERS = {
86 86
  constants.SF_NODE: "Node",
87 87
  constants.SF_TYPE: "Type",
......
225 225

  
226 226
  @param opts: the command line options selected by the user
227 227
  @type args: list
228
  @param args: should be an empty list
228
  @param args: nodes to list, or empty for all
229 229
  @rtype: int
230 230
  @return: the desired exit code
231 231

  

Also available in: Unified diff