Updated help message

Changed help message to match documentation
This commit is contained in:
Ethan Smith-Coss 2021-07-01 14:11:54 +01:00
parent e1c3f9f1cc
commit e1c95d1b73

View File

@ -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)