diff options
-rwxr-xr-x | src/cpt-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpt-update b/src/cpt-update index 4b2e7bd..b6a066c 100755 --- a/src/cpt-update +++ b/src/cpt-update @@ -8,6 +8,7 @@ parser_definition() { msg -- '' 'Options:' flag download_only -d --download -- "Only download updatable packages" flag CPT_FETCH -n --no-fetch on:0 off:0 init:="$CPT_FETCH" -- "Do not refresh the repositories" + disp :pkg_fetch -f --only-fetch -- "Only fetch repositories" global_options } |