]> git.sur5r.net Git - cc65/commitdiff
Changed docs for options.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Dec 2011 18:20:14 +0000 (18:20 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 28 Dec 2011 18:20:14 +0000 (18:20 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5347 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/grc65.sgml

index 2c7cb6d7a56b385e4c4a30361d96f8b50f56c0d6..c11f2f74b45c4e8505dfcfd3d24f24ad32a07eac 100644 (file)
@@ -38,10 +38,23 @@ should be processed by <bf/ca65/ and linked to the application (read about
 
 
 <sect>Usage
-<p>grc65 accepts the following options:<tscreen><verb>
--h, -?     this help
--o name    name the C output file
--s name    name the asm output file
+<p>grc65 accepts the following options:
+
+<tscreen><verb>
+---------------------------------------------------------------------------
+Usage: grc65 [options] file
+Short options:
+  -V                    Print the version number
+  -h                    Help (this text)
+  -o name               Name the C output file
+  -s name               Name the asm output file
+  -t sys                Set the target system
+
+Long options:
+  --help                Help (this text)
+  --target sys          Set the target system
+  --version             Print the version number
+---------------------------------------------------------------------------
 </verb></tscreen>
 Default output names are made from input names with extensions replaced by
 <tt/.h/ and <tt/.s/.