comparison doc/cmdline.txt @ 77:c75fa55a65b9 trunk

Updated frontend screens for added sorting features.
author cmlenz
date Fri, 08 Jun 2007 23:27:35 +0000
parents 9bc73c0bf7e5
children d0d8d6cd8601
comparison
equal deleted inserted replaced
76:c659c39e0eee 77:c75fa55a65b9
37 The ``extract`` sub-command can be used to extract localizable messages from 37 The ``extract`` sub-command can be used to extract localizable messages from
38 a collection of source files:: 38 a collection of source files::
39 39
40 $ babel extract --help 40 $ babel extract --help
41 usage: babel extract [options] dir1 <dir2> ... 41 usage: babel extract [options] dir1 <dir2> ...
42 42
43 extract messages from source files and generate a POT file
44
43 options: 45 options:
44 -h, --help show this help message and exit 46 -h, --help show this help message and exit
45 --charset=CHARSET charset to use in the output 47 --charset=CHARSET charset to use in the output
46 -k KEYWORDS, --keyword=KEYWORDS 48 -k KEYWORDS, --keyword=KEYWORDS
47 keywords to look for in addition to the defaults. You 49 keywords to look for in addition to the defaults. You
57 path to the output POT file 59 path to the output POT file
58 -w WIDTH, --width=WIDTH 60 -w WIDTH, --width=WIDTH
59 set output line width (default 76) 61 set output line width (default 76)
60 --no-wrap do not break long message lines, longer than the 62 --no-wrap do not break long message lines, longer than the
61 output line width, into several lines 63 output line width, into several lines
64 --sort-output generate sorted output (default False)
65 --sort-by-file sort output by file location (default False)
62 66
63 67
64 init 68 init
65 ==== 69 ====
66 70
Copyright (C) 2012-2017 Edgewall Software