summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-04-13 01:54:32 +0000
committerAlasdair Kergon <agk@redhat.com>2010-04-13 01:54:32 +0000
commit68176be18ec23849e35ced364bfb923858d5dc5d (patch)
treed3b7e1238889b2d8a82af39c56f3cebfa1d3661d /tools/args.h
parent59131572d51d1d6eb3fa7e9afb5a53e5102e97c3 (diff)
downloadlvm2-68176be18ec23849e35ced364bfb923858d5dc5d.tar.gz
lvm2-68176be18ec23849e35ced364bfb923858d5dc5d.tar.xz
lvm2-68176be18ec23849e35ced364bfb923858d5dc5d.zip
Add --stripes to lvconvert too.
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/args.h b/tools/args.h
index 981f45f7..88d0d059 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
- * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
*
* This file is part of LVM2.
*
@@ -14,8 +14,7 @@
*/
/*
- * Put all long args that don't have a
- * corresponding short option first ...
+ * Put all long args that don't have a corresponding short option first.
*/
/* *INDENT-OFF* */
arg(version_ARG, '\0', "version", NULL, 0)
@@ -66,6 +65,7 @@ arg(virtualoriginsize_ARG, '\0', "virtualoriginsize", size_mb_arg, 0)
arg(virtualsize_ARG, '\0', "virtualsize", size_mb_arg, 0)
arg(noudevsync_ARG, '\0', "noudevsync", NULL, 0)
arg(poll_ARG, '\0', "poll", yes_no_arg, 0)
+arg(stripes_long_ARG, '\0', "stripes", int_arg, 0)
/* Allow some variations */
arg(resizable_ARG, '\0', "resizable", yes_no_arg, 0)