summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblaise <blaise@macbook-ubuntu.(none)>2011-06-21 05:50:06 -0700
committerblaise <blaise@macbook-ubuntu.(none)>2011-06-21 05:50:06 -0700
commit433f9797cd8bff1c8d9636c0cbf6222edf3449bb (patch)
treefe5b2a0e1d9b3742d19479289208c8f6441bb1b4
parentaf2e7101c3500ea1841504fd90e1323362c6b399 (diff)
downloadnyancat-433f9797cd8bff1c8d9636c0cbf6222edf3449bb.tar.gz
nyancat-433f9797cd8bff1c8d9636c0cbf6222edf3449bb.tar.bz2
nyancat-433f9797cd8bff1c8d9636c0cbf6222edf3449bb.zip
Updated README
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index 5f33181..2e710a7 100644
--- a/README
+++ b/README
@@ -1,9 +1,11 @@
Usage: nyancat [OPTIONS]
- -h, --help Display help
- -f, --fullscreen Enable fullscreen mode (default)
- -nf, --nofullscreen Disable fullscreen mode (run in window)
- -c, --catsize Choose size of cat, options are full and small, small is default
- -nc, --nocursor Don't show the cursor (default)
- -sc, --cursor, --showcursor Show the cursor
- -ns, --nosound Don't play sound
- -hw, -sw Use hardware or software SDL surfaces, respectively
+ -h, --help This help message
+ -f, --fullscreen Enable fullscreen mode
+ -nf, --nofullscreen Disable fullscreen mode (run in window, default)
+ -c, --catsize Choose size of cat, options are full and small, full is default
+ -nc, --nocursor Don't show the cursor (default)
+ -sc, --cursor, --showcursor Show the cursor
+ -ns, --nosound Don't play sound
+ -r, --resolution Make next two arguments the screen resolution to use (0 and 0 for full resolution) (800x600 default)
+ -hw, -sw Use hardware or software SDL rendering, respectively, hardware is default
+