summaryrefslogtreecommitdiffstats
path: root/tools/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 56e0d370..e6ac8c10 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -265,6 +265,7 @@ xx(lvextend,
"\t{-l|--extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE|ORIGIN}] |\n"
"\t -L|--size [+]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}\n"
"\t[-m|--mirrors Mirrors]\n"
+ "\t[--nosync]\n"
"\t[--use-policies]\n"
"\t[-n|--nofsck]\n"
"\t[--noudevsync]\n"
@@ -276,7 +277,7 @@ xx(lvextend,
"\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
alloc_ARG, autobackup_ARG, extents_ARG, force_ARG, mirrors_ARG,
- nofsck_ARG, noudevsync_ARG, resizefs_ARG, size_ARG, stripes_ARG,
+ nofsck_ARG, nosync_ARG, noudevsync_ARG, resizefs_ARG, size_ARG, stripes_ARG,
stripesize_ARG, test_ARG, type_ARG, use_policies_ARG)
xx(lvmchange,