summaryrefslogtreecommitdiff
path: root/tools/vals.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-02-17 14:02:13 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-17 14:44:11 -0600
commit10cb8e0ec08d430d697fb8a58caaefb5aea32928 (patch)
treeaa1c1899a6de9fe47f598200e6fe546fead3effb /tools/vals.h
parent3cf394389896a1bd6b3780671e6a6654a925bdd3 (diff)
downloadlvm2-10cb8e0ec08d430d697fb8a58caaefb5aea32928.tar.gz
man/help: show recently added r|R unit
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 d9b0064c6..88c446e50 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", "h|H|b|B|s|S|k|K|m|M|g|G|t|T|p|P|e|E")
+val(units_VAL, string_arg, "Units", "r|R|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")