aboutsummaryrefslogtreecommitdiff
path: root/src/cpt-remove
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpt-remove')
-rwxr-xr-xsrc/cpt-remove4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpt-remove b/src/cpt-remove
index 53f0a1f..0d63ece 100755
--- a/src/cpt-remove
+++ b/src/cpt-remove
@@ -6,8 +6,8 @@ if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi
parser_definition() {
setup REST -- "usage: ${0##*/} [pkg...]"
msg -- '' 'Options:'
- flag CPT_FORCE -f --force init:"$CPT_FORCE" -- "Force removal"
- param CPT_ROOT --root init:"$CPT_ROOT" -- "Use an alternate root directory"
+ flag CPT_FORCE -f --force init:="$CPT_FORCE" -- "Force removal"
+ param CPT_ROOT --root init:="$CPT_ROOT" -- "Use an alternate root directory"
disp :usage -h --help -- "Show this help message"
disp :version -v --version -- "Print version information"
}