diff trunk/src/lang_en.d @ 427:e2bbc6406a14

Added a new option '-m' to the igraph command.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 01 Oct 2007 18:49:26 +0200
parents e2529923a0cb
children 3ead178e0662
line wrap: on
line diff
--- a/trunk/src/lang_en.d	Mon Oct 01 15:38:30 2007 +0200
+++ b/trunk/src/lang_en.d	Mon Oct 01 18:49:26 2007 +0200
@@ -93,16 +93,17 @@
 
 Format:
   --dot            : generate a dot document
+  Further options for --dot:
   -gbp             : Group modules by package names
   -gbf             : Group modules by full package name
   -hle             : highlight cyclic edges in the graph
   -hlv             : highlight modules in cyclic relationship
 
   --paths          : print a list of paths to the modules imported by file.d
+  --list           : print a list of the module names imported by file.d
+  Options common to --paths and --list:
   -lN              : print N levels.
-
-  --list           : print a list of the module names imported by file.d
-  -lN              : print N levels.
+  -m               : mark modules in cyclic relationships with a star.
 
 Options:
   -Ipath           : add 'path' to the list of import paths where modules are