From 24413498f82db3cb0b4e57cf026dfb26755c44f7 Mon Sep 17 00:00:00 2001 From: hayao Date: Tue, 22 Dec 2020 15:37:10 +0900 Subject: [PATCH] [update] : Added help document --- wfa | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wfa b/wfa index e9c6ce3..746dc7f 100755 --- a/wfa +++ b/wfa @@ -620,8 +620,18 @@ usage (){ echo "usage: ${wfa_command} {-S --sync} [options] [package(s)]" echo "options:" echo " -b, --dbpath set an alternate database location" + echo " -c, --clean remove old packages from cache directory (-cc for all)" + echo " -d, --nodeps skip dependency version checks (-dd to skip all checks)" + echo " -s, --search search remote repositories for matching strings" + echo " -u, --sysupgrade upgrade installed packages (-uu enables downgrades)" + echo " -y, --refresh download fresh package databases from the server" + echo " (-yy to force a refresh even if up to date)" + echo + echo " --color colorize the output" echo " --config set an alternate configuration file" echo " --noconfirm do not ask for any confirmation" + echo " --debug display debug messages" + echo " --noconfirm do not ask for any confirmation" } -- 2.11.0