diff options
author | Dave Wysochanski <dwysocha@redhat.com> | 2009-10-26 14:37:09 +0000 |
---|---|---|
committer | Dave Wysochanski <dwysocha@redhat.com> | 2009-10-26 14:37:09 +0000 |
commit | 7c638cc2364bef09f112561da8f25e4df8ae720e (patch) | |
tree | f35a879bf2a8de71778ec2dbac74dd3c73563f4b /tools/args.h | |
parent | 421671b1c2aadc9babe96e353b788feaf272a832 (diff) | |
download | lvm2-7c638cc2364bef09f112561da8f25e4df8ae720e.tar.gz |
Document --all option in man pages, cleanup {pv|vg|lv}{s|display} man pages.
Option --all is only partially documented currently, so document in all
commands. Also make {pv|vg|lv}{display|s} man pages consistent with help
output. Remove ununsed 'disk_ARG' parameter. Leave --trustcache out of
the man page output. Update --units argument to show all possible units.
Diffstat (limited to 'tools/args.h')
-rw-r--r-- | tools/args.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/args.h b/tools/args.h index 3f8cda51b..1f2427b69 100644 --- a/tools/args.h +++ b/tools/args.h @@ -84,7 +84,6 @@ arg(colon_ARG, 'c', "colon", NULL, 0) arg(columns_ARG, 'C', "columns", NULL, 0) arg(contiguous_ARG, 'C', "contiguous", yes_no_arg, 0) arg(debug_ARG, 'd', "debug", NULL, ARG_REPEATABLE) -arg(disk_ARG, 'D', "disk", NULL, 0) arg(exported_ARG, 'e', "exported", NULL, 0) arg(physicalextent_ARG, 'E', "physicalextent", NULL, 0) arg(file_ARG, 'f', "file", string_arg, 0) |