From e1c95d1b73f4480933636523cc3b26feb0eec8ef Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Thu, 1 Jul 2021 14:11:54 +0100 Subject: [PATCH] Updated help message Changed help message to match documentation --- updater | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updater b/updater index 449ffac..e0e6187 100755 --- a/updater +++ b/updater @@ -55,16 +55,16 @@ DISCLAIMER: Currently this program has only updated Microsoft Edge for amd64 arc Options: -nn, --no-notify Prevent notifications from being set after a session. - -c, --set-channel= Change the channel to be updated for Microsoft Edge. Will default to the value defined in souce.list if flag is not present. + -c, --set-channel= Change the channel to be updated for Microsoft Edge. Will default to the value defined in source.list if flag is not present. * beta - update Beta channel release. * dev - update Dev channel release. -q, --quiet Operate strictly with no output on STDOUT or STDERR, prompts will NOT assume yes however. Logging still occurs in background. --mode= Set the mode of the program to be ran in. Default mode occurs without this flag. - * debug - run program in debug mode. + * debug - run program in debug mode. (WIP) --full-clean Remove all content generated by updater after a session, this includes all logs. -y, --yes-all Assume yes to all yes/no decisions. -v, --version Print out the version of the script and exit. - -h, --help Print this help message and exit + -h, --help Print this help message and exit. " runtime_dir=$(realpath "${BASH_SOURCE[0]}" | xargs -r dirname)