summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2015-06-24 13:28:40 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2015-06-24 13:28:40 +0200
commitcf189a572ae6fa6f7e00047925ebc965e57c6a8b (patch)
tree9f984aebe1885d91a73d18e5b790ef254a21655f
parent7559d871fb9b8001a22493f2d18bcc2a9205656d (diff)
downloadlvm2-cf189a572ae6fa6f7e00047925ebc965e57c6a8b.tar.gz
commands: --withspaces also for config and lvmconfig cmd aliases
-rw-r--r--tools/commands.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 9403951e8..d89b21462 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -49,13 +49,14 @@ xx(config,
"\t[--validate]\n"
"\t[--withsummary]\n"
"\t[--withcomments]\n"
+ "\t[--withspaces]\n"
"\t[--unconfigured]\n"
"\t[--withversions]\n"
"\t[ConfigurationNode...]\n",
atversion_ARG, configtype_ARG, file_ARG, ignoreadvanced_ARG,
ignoreunsupported_ARG, ignorelocal_ARG, list_ARG, mergedconfig_ARG, metadataprofile_ARG,
showdeprecated_ARG, showunsupported_ARG, validate_ARG, withsummary_ARG, withcomments_ARG,
- unconfigured_ARG, withversions_ARG)
+ withspaces_ARG, unconfigured_ARG, withversions_ARG)
xx(devtypes,
"Display recognised built-in block device types",
@@ -509,13 +510,14 @@ xx(lvmconfig,
"\t[--validate]\n"
"\t[--withsummary]\n"
"\t[--withcomments]\n"
+ "\t[--withspaces]\n"
"\t[--unconfigured]\n"
"\t[--withversions]\n"
"\t[ConfigurationNode...]\n",
atversion_ARG, configtype_ARG, file_ARG, ignoreadvanced_ARG,
ignoreunsupported_ARG, ignorelocal_ARG, list_ARG, mergedconfig_ARG, metadataprofile_ARG,
showdeprecated_ARG, showunsupported_ARG, validate_ARG, withsummary_ARG, withcomments_ARG,
- unconfigured_ARG, withversions_ARG)
+ withspaces_ARG, unconfigured_ARG, withversions_ARG)
xx(lvmdiskscan,
"List devices that may be used as physical volumes",