Install script: Add an example in usage(), fix #31

This commit is contained in:
5bentz 2018-12-09 10:12:01 +01:00
parent 0ad769041c
commit 6822932166

View File

@ -43,6 +43,9 @@ fi
usage() { usage() {
echo "Usage: $0 [OPTION] [chrome|chromium|firefox|opera|vivaldi] echo "Usage: $0 [OPTION] [chrome|chromium|firefox|opera|vivaldi]
Example:
$0 firefox # Install host app for Mozilla Firefox
Options: Options:
-l, --local Install files from disk instead of downloading them -l, --local Install files from disk instead of downloading them
-h, --help Show this message" -h, --help Show this message"