From 2e4f1909967c53db059d4b8151ff1bc39a4d2761 Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 5 Oct 2020 15:12:35 +0000 Subject: cpt-update: add function to only fetch repositories This marks the deprecation of the cpt-fetch(1) utility. FossilOrigin-Name: adc51307ea32e8b81d40a5b0de5174916d0cb84fb161005903374f9a147b28a8 --- src/cpt-update | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3