Revision 18009c1e

b/doc/hooks.rst
259 259
:post-execution: master node, primary and secondary nodes
260 260

  
261 261
OP_INSTANCE_STARTUP
262
+++++++++++++++++
262
+++++++++++++++++++
263 263

  
264 264
Starts an instance.
265 265

  
......
289 289
:post-execution: master node, primary and secondary nodes
290 290

  
291 291
OP_INSTANCE_SET_PARAMS
292
++++++++++++++++++
292
++++++++++++++++++++++
293 293

  
294 294
Modifies the instance parameters.
295 295

  
b/lib/cli.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
2416 2416
  @param result: result of query operation
2417 2417
  @type unit: string
2418 2418
  @param unit: Unit used for formatting fields of type L{constants.QFT_UNIT},
2419
    see L{utils.FormatUnit}
2419
    see L{utils.text.FormatUnit}
2420 2420
  @type format_override: dict
2421 2421
  @param format_override: Dictionary for overriding field formatting functions,
2422 2422
    indexed by field name, contents like L{_DEFAULT_FORMAT_QUERY}

Also available in: Unified diff