mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
vdo: use long --verbose
vdo tools needs long option.
This commit is contained in:
parent
32b2e416cc
commit
1c2782354c
@ -619,7 +619,7 @@ do
|
||||
"-f"|"--force" ) FORCE="-f" ;;
|
||||
"-h"|"--help" ) tool_usage ;;
|
||||
"-n"|"--name" ) shift; NAME=$1 ;;
|
||||
"-v"|"--verbose") VERB="-v" ;;
|
||||
"-v"|"--verbose") VERB="--verbose" ;;
|
||||
"-y"|"--yes" ) YES="-y" ;;
|
||||
"--abort-after-vdo-convert" ) ABORT_AFTER_VDO_CONVERT=1; USE_VDO_DM_SNAPSHOT=0 ;; # For testing only
|
||||
"--dry-run" ) DRY="1" ; VERB="-v" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user