Skip to content

Commit

Permalink
Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
coditva committed Feb 4, 2017
1 parent e761fec commit 436091c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ GREEN="$(tput setaf 2)"
RESET="$(tput sgr0)"

function show_help {
echo "PUT HELP TEXT HERE"
echo "Usage: "
echo "bitsnet [OPTIONS]"
echo
echo "Options:
-u USERNAME
use specific username
-p PASSWORD
specify a different password
-d
turn debug on
-h
display help"
exit
}

function debug_msg {
Expand Down

0 comments on commit 436091c

Please sign in to comment.