diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2008-03-20 16:21:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2008-03-20 16:21:52 +0000 |
commit | 8317e4357db36bf70bffe32124bdeed60b035372 (patch) | |
tree | e4c24bcc02aab085d28c15a14200575c1e6a975e /games/boggle | |
parent | 5eadb33e6d99c2756178901332a462763d9d2cb8 (diff) |
Add single line descriptions for the -B and -c flags.
Diffstat (limited to 'games/boggle')
-rw-r--r-- | games/boggle/boggle/helpfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/boggle/boggle/helpfile b/games/boggle/boggle/helpfile index 95440d6c5f9..4701c00871f 100644 --- a/games/boggle/boggle/helpfile +++ b/games/boggle/boggle/helpfile @@ -27,7 +27,9 @@ to see where "word" is on the board. Usage: boggle [-Bbcd] [-s seed] [-t time] [-w length] [+[+]] [boardspec] + -B: big boggle mode, uses a 5x5 board -b: batch mode (boardspec must be present); dictionary read from stdin + -c: a challenge cube will be added to the board -d: debug mode -s seed: use "seed" as the random number seed -t time: time limit in seconds instead of default 180 |