]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Updated frontend screens for added sorting features.
authorChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 23:27:35 +0000 (23:27 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 23:27:35 +0000 (23:27 +0000)
doc/cmdline.txt
doc/setup.txt

index c5c47ad94498f7b5bc350ee86cc1d203cdd4095d..1de203f95d70dc9ee9f9798137d9fbb2565a5055 100644 (file)
@@ -39,7 +39,9 @@ a collection of source files::
 
     $ babel extract --help
     usage: babel extract [options] dir1 <dir2> ...
-
+    
+    extract messages from source files and generate a POT file
+    
     options:
       -h, --help            show this help message and exit
       --charset=CHARSET     charset to use in the output
@@ -59,6 +61,8 @@ a collection of source files::
                             set output line width (default 76)
       --no-wrap             do not break long message lines, longer than the
                             output line width, into several lines
+      --sort-output         generate sorted output (default False)
+      --sort-by-file        sort output by file location (default False)
 
 
 init
index e72f39ce21428a2fa6f78c51e8407937d91bf34f..a279d8ca242620f55215e9b8fffce472bab7d915 100644 (file)
@@ -44,7 +44,7 @@ If the command has been correctly installed or registered, another project's
       --quiet (-q)    run quietly (turns verbosity off)
       --dry-run (-n)  don't actually do anything
       --help (-h)     show detailed help message
-
+    
     Options for 'extract_messages' command:
       --charset              charset to use in the output file
       --keywords (-k)        space-separated list of keywords to look for in
@@ -58,7 +58,14 @@ If the command has been correctly installed or registered, another project's
       --width (-w)           set output line width (default 76)
       --no-wrap              do not break long message lines, longer than the
                              output line width, into several lines
+      --sort-output          generate sorted output (default False)
+      --sort-by-file         sort output by file location (default False)
       --input-dirs           directories that should be scanned for messages
+    
+    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
+       or: setup.py --help [cmd1 cmd2 ...]
+       or: setup.py --help-commands
+       or: setup.py cmd --help
 
 Running the command will produce a PO template file::