On Thu, Jan 12, 2017 at 10:59:55AM +0000, 'Federico Morg Pareschi' via ganeti-devel wrote: > This patch adds some more consistency in the parameter names > displayed in various ganeti man pages and their helper text > in gnt commands.
Yikes. A huge and tedious patch. Thanks for doing this. LGTM except for the minor typo below. Cheers, Brian. > Signed-off-by: Federico Morg Pareschi <[email protected]> > --- > lib/client/gnt_backup.py | 6 +++--- > lib/client/gnt_cluster.py | 21 +++++++++--------- > lib/client/gnt_debug.py | 6 +++--- > lib/client/gnt_filter.py | 10 ++++----- > lib/client/gnt_group.py | 24 ++++++++++----------- > lib/client/gnt_instance.py | 40 ++++++++++++++++++---------------- > lib/client/gnt_job.py | 12 +++++------ > lib/client/gnt_network.py | 22 +++++++++---------- > lib/client/gnt_node.py | 35 +++++++++++++++--------------- > man/gnt-backup.rst | 10 ++++----- > man/gnt-cluster.rst | 12 +++++------ > man/gnt-debug.rst | 28 ++++++++++++------------ > man/gnt-filter.rst | 24 ++++++++++----------- > man/gnt-group.rst | 14 ++++++------ > man/gnt-instance.rst | 54 > ++++++++++++++++++++++++---------------------- > man/gnt-job.rst | 15 ++++++------- > man/gnt-network.rst | 36 +++++++++++++++---------------- > man/gnt-node.rst | 38 ++++++++++++++++---------------- > man/gnt-os.rst | 5 +++-- > 19 files changed, 209 insertions(+), 203 deletions(-) [snip] > -**watch** {id} > +**watch** {(*job-id*} Accidental extra paren.
