From 682293216618daa0115a795acdc0c3969f3a4926 Mon Sep 17 00:00:00 2001 From: 5bentz <10729484+5bentz@users.noreply.github.com> Date: Sun, 9 Dec 2018 10:12:01 +0100 Subject: [PATCH] Install script: Add an example in usage(), fix #31 --- src/install_host_app.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/install_host_app.sh b/src/install_host_app.sh index 0300d5f..96aa975 100755 --- a/src/install_host_app.sh +++ b/src/install_host_app.sh @@ -43,6 +43,9 @@ fi usage() { echo "Usage: $0 [OPTION] [chrome|chromium|firefox|opera|vivaldi] + Example: + $0 firefox # Install host app for Mozilla Firefox + Options: -l, --local Install files from disk instead of downloading them -h, --help Show this message"