summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Anthony <johnanthony@lavabit.com>2012-07-31 14:52:17 +0100
committerJohn Anthony <johnanthony@lavabit.com>2012-07-31 14:52:17 +0100
commit764dfb3a777fb5add167c165bcfc72b315c203bd (patch)
tree9462850aaa124a37ffdbfbb16ca174e4a1e1ac52
parent02f961c19934f06d7f684aa8adf33674f375cc14 (diff)
downloadnyancat-764dfb3a777fb5add167c165bcfc72b315c203bd.tar.gz
nyancat-764dfb3a777fb5add167c165bcfc72b315c203bd.tar.bz2
nyancat-764dfb3a777fb5add167c165bcfc72b315c203bd.zip
Updated squiffy usage text
-rw-r--r--nyan.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/nyan.c b/nyan.c
index 9cfd624..794e7ef 100644
--- a/nyan.c
+++ b/nyan.c
@@ -545,15 +545,17 @@ usage(char* exname) {
-h, --help This help message\n\
-f, --fullscreen Enable fullscreen mode (default)\n\
-nf, --nofullscreen Disable fullscreen mode\n\
- -c, --catsize Choose size of cat, options are full and \
- small. Small is default. \"Full\" not officially supported.\n\
+ -c, --catsize Choose size of cat, options are full and \n\
+ small. Small is default. \"Full\" not\n\
+ officially supported.\n\
-nc, --nocursor Don't show the cursor (default)\n\
-sc, --cursor, --showcursor Show the cursor\n\
-ns, --nosound Don't play sound\n\
- -r, --resolution Make next two arguments the screen \
- resolution to use (0 and 0 for full resolution) (800x600 default)\n\
- -hw, -sw Use hardware or software SDL rendering, \
- respectively. Hardware is default\n", exname);
+ -r, --resolution Make next two arguments the screen \n\
+ resolution to use (0 and 0 for full \n\
+ resolution) (800x600 default)\n\
+ -hw, -sw Use hardware or software SDL rendering, \n\
+ respectively. Hardware is default\n", exname);
exit(0);
}