diff trunk/src/lang_en.d @ 338:63c6afb915f7

- Made some corrections to the message catalogs. - Added functions for printing help messages.
author aziz
date Wed, 22 Aug 2007 15:53:04 +0000
parents 17f43b0d6106
children 3ac651ea83fb
line wrap: on
line diff
--- a/trunk/src/lang_en.d	Wed Aug 22 13:08:04 2007 +0000
+++ b/trunk/src/lang_en.d	Wed Aug 22 15:53:04 2007 +0000
@@ -58,22 +58,19 @@
 Copyright (c) 2007 by Aziz Köksal. Licensed under the GPL3.
 
 Subcommands:
-  {2}
-
+{2}
 Type 'dil help <subcommand>' for more help on a particular subcommand.
 
-Compiled with {3} v{4} on {5}.
-`,
+Compiled with {3} v{4} on {5}.`,
   `Generate an XML or HTML document from a D source file.
 Usage:
   dil gen file.d [Options]
 
 Options:
-  --syntax         : generate tags for syntax and tokens
-  --xml            : use XML format
+  --syntax         : generate tags for the syntax tree
+  --xml            : use XML format (default)
   --html           : use HTML format
 
 Example:
-  dil gen Parser.d --html --syntax > Parser.html
-`,
+  dil gen Parser.d --html --syntax > Parser.html`,
 ];
\ No newline at end of file