summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2015-05-14 19:33:54 +0200
committerOndrej Kozina <okozina@redhat.com>2015-05-15 20:32:25 +0200
commite93058ed814f4e669287a6c5e8fa913130f2d591 (patch)
treed0aeb09a1a6fc9be12b0dac4b90f8b76805e18d3
parentce3c457dcc4385c6740bacf1b0e9ca7575ab8c10 (diff)
downloadlvm2-e93058ed814f4e669287a6c5e8fa913130f2d591.tar.gz
commands.h: reorder lvpoll options
-rw-r--r--tools/commands.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/commands.h b/tools/commands.h
index bbfcd72dd..8e87681ea 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -884,12 +884,13 @@ xx(lvpoll,
"Continue already initiated poll operation on a logical volume",
0,
"\t[--abort]\n"
- "\t[--handlemissingpvs]\n"
- "\t[--polloperation\n"
"\t[-A|--autobackup {y|n}]\n"
+ "\t[--commandprofile ProfileName]\n"
"\t[-d|--debug]\n "
"\t[-h|-?|--help]\n"
+ "\t[--handlemissingpvs]\n"
"\t[-i|--interval seconds]\n"
+ "\t[--polloperation]\n"
"\t[-t|--test]\n "
"\t[-v|--verbose]\n "
"\t[--version]\n",