Skip to content

Commit

Permalink
Client - Document command line flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mtearle committed Dec 27, 2014
1 parent 635a618 commit 1fab0f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,19 @@ void ShowUsage(void)
" Show help text\n"
" -G\n"
" Use simple textual interface (instead of ncurses)\n"
" -D\n"
" Drinks only in user interface\n"
" -n\n"
" Dry run - Do not actually do dispenses\n"
" -m <min balance>\n"
" -M <max balance>\n"
" Set the Maximum/Minimum balances shown in `dispense acct`\n"
" -f <configfile>\n"
" Set the config file path (default: `/etc/opendispense/client.conf'\n"
" -H <host>\n"
" Set a different dispense host\n"
" -P <port>\n"
" Set a different dispense port\n"
"Definitions:\n"
" <itemid>\n"
" Item ID of the form <type>:<num> where <type> is a non-empty string of alpha-numeric characters, and <num> is a non-negative integer\n"
Expand Down

0 comments on commit 1fab0f2

Please sign in to comment.