diff options
Diffstat (limited to 'src/cpt-install')
-rwxr-xr-x | src/cpt-install | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpt-install b/src/cpt-install index 94058d8..082d9d1 100755 --- a/src/cpt-install +++ b/src/cpt-install @@ -7,9 +7,7 @@ parser_definition() { setup REST -- "usage: ${0##*/} [pkg...]" msg -- '' 'Options:' flag CPT_FORCE -f --force init:="$CPT_FORCE" -- "Force installation" - 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" + global_options } eval "$(getoptions parser_definition parse "$0")" |