From e93058ed814f4e669287a6c5e8fa913130f2d591 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Thu, 14 May 2015 19:33:54 +0200 Subject: [PATCH] commands.h: reorder lvpoll options --- tools/commands.h | 5 +++-- 1 file 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",