Update usage.

This commit is contained in:
Murilo Pereira 2011-06-08 12:01:29 -03:00
parent 2744533d96
commit b5a93fc871

View File

@ -22,9 +22,10 @@ void draw_greeting() {
} }
void usage() { void usage() {
printf("usage: %s [-v|--version] [-h|--help]\n", program_name); printf("usage: %s [-v|--version] [-h|--help] [-p|--passes=NUMBER]\n", program_name);
printf(" -v, --version Show the version\n"); printf(" -v, --version Show the version\n");
printf(" -h, --help Show this message\n"); printf(" -h, --help Show this message\n");
printf(" -p, --passes Number of passes through the deck\n");
} }
void version() { void version() {