mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +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" ;;
|
"-f"|"--force" ) FORCE="-f" ;;
|
||||||
"-h"|"--help" ) tool_usage ;;
|
"-h"|"--help" ) tool_usage ;;
|
||||||
"-n"|"--name" ) shift; NAME=$1 ;;
|
"-n"|"--name" ) shift; NAME=$1 ;;
|
||||||
"-v"|"--verbose") VERB="-v" ;;
|
"-v"|"--verbose") VERB="--verbose" ;;
|
||||||
"-y"|"--yes" ) YES="-y" ;;
|
"-y"|"--yes" ) YES="-y" ;;
|
||||||
"--abort-after-vdo-convert" ) ABORT_AFTER_VDO_CONVERT=1; USE_VDO_DM_SNAPSHOT=0 ;; # For testing only
|
"--abort-after-vdo-convert" ) ABORT_AFTER_VDO_CONVERT=1; USE_VDO_DM_SNAPSHOT=0 ;; # For testing only
|
||||||
"--dry-run" ) DRY="1" ; VERB="-v" ;;
|
"--dry-run" ) DRY="1" ; VERB="-v" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user