comparison doc/setup.txt @ 79:7cf16a49e8b2

Updated frontend screens for added sorting features.
author cmlenz
date Fri, 08 Jun 2007 23:27:35 +0000
parents 7eb6fea17864
children 8e2e9d549693
comparison
equal deleted inserted replaced
78:6293203e2942 79:7cf16a49e8b2
42 Global options: 42 Global options:
43 --verbose (-v) run verbosely (default) 43 --verbose (-v) run verbosely (default)
44 --quiet (-q) run quietly (turns verbosity off) 44 --quiet (-q) run quietly (turns verbosity off)
45 --dry-run (-n) don't actually do anything 45 --dry-run (-n) don't actually do anything
46 --help (-h) show detailed help message 46 --help (-h) show detailed help message
47 47
48 Options for 'extract_messages' command: 48 Options for 'extract_messages' command:
49 --charset charset to use in the output file 49 --charset charset to use in the output file
50 --keywords (-k) space-separated list of keywords to look for in 50 --keywords (-k) space-separated list of keywords to look for in
51 addition to the defaults 51 addition to the defaults
52 --no-default-keywords do not include the default keywords 52 --no-default-keywords do not include the default keywords
56 --omit-header do not include msgid "" entry in header 56 --omit-header do not include msgid "" entry in header
57 --output-file (-o) name of the output file 57 --output-file (-o) name of the output file
58 --width (-w) set output line width (default 76) 58 --width (-w) set output line width (default 76)
59 --no-wrap do not break long message lines, longer than the 59 --no-wrap do not break long message lines, longer than the
60 output line width, into several lines 60 output line width, into several lines
61 --sort-output generate sorted output (default False)
62 --sort-by-file sort output by file location (default False)
61 --input-dirs directories that should be scanned for messages 63 --input-dirs directories that should be scanned for messages
64
65 usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
66 or: setup.py --help [cmd1 cmd2 ...]
67 or: setup.py --help-commands
68 or: setup.py cmd --help
62 69
63 Running the command will produce a PO template file:: 70 Running the command will produce a PO template file::
64 71
65 $ ./setup.py extract_messages --output-file foobar/locale/messages.pot 72 $ ./setup.py extract_messages --output-file foobar/locale/messages.pot
66 running extract_messages 73 running extract_messages
Copyright (C) 2012-2017 Edgewall Software