summaryrefslogtreecommitdiff
path: root/tools/vals.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-02-14 10:20:38 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-14 10:21:39 -0600
commit1dddb068c90d553957dd8668b76c3eb9734b2e95 (patch)
treedcecb270f316bce9a2e122d166d692444ced29a0 /tools/vals.h
parentc0f2a59993e373781c6dd5568cd559547cfe49a1 (diff)
downloadlvm2-1dddb068c90d553957dd8668b76c3eb9734b2e95.tar.gz
man/help: use separator in units list
h|H|b|B|... instead of hHbB...
Diffstat (limited to 'tools/vals.h')
-rw-r--r--tools/vals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vals.h b/tools/vals.h
index 38029aadc..d9b0064c6 100644
--- a/tools/vals.h
+++ b/tools/vals.h
@@ -122,7 +122,7 @@ val(numsigned_VAL, int_arg_with_sign, "SNumber", "[+|-]Number")
val(numsignedper_VAL, int_arg_with_sign_and_percent, "SNumberP", "[+|-]Number[%VG|%PVS|%FREE]")
val(permission_VAL, permission_arg, "Permission", "rw|r")
val(metadatatype_VAL, metadatatype_arg, "MetadataType", "lvm2|lvm1")
-val(units_VAL, string_arg, "Units", "hHbBsSkKmMgGtTpPeE")
+val(units_VAL, string_arg, "Units", "h|H|b|B|s|S|k|K|m|M|g|G|t|T|p|P|e|E")
val(segtype_VAL, segtype_arg, "SegType", "linear|striped|snapshot|mirror|raid*|thin|cache|thin-pool|cache-pool")
val(alloc_VAL, alloc_arg, "Alloc", "contiguous|cling|cling_by_tags|normal|anywhere|inherit")
val(locktype_VAL, locktype_arg, "LockType", "sanlock|dlm|none")