• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1talisker% /usr/bin/msgfmt -h
2usage: msgfmt [-v] [-o filename] [files ... ]
3
4
5talisker% /usr/bin/xgettext -h
6Usage:  xgettext [-a [-x exclude-file]] [-jns][-c comment-tag]
7        [-d default-domain] [-m prefix] [-M suffix] [-p pathname] files ...
8        xgettext -h
9
10-a                      find ALL strings
11-c <comment-tag>        get comments containing <flag>
12-d <default-domain>     use <default-domain> for default domain
13-h                      Help
14-j                      update existing file with the current result
15-M <suffix>             fill in msgstr with msgid<suffix>
16-m <prefix>             fill in msgstr with <prefix>msgid
17-n                      line# file name and line number info in output
18-p <pathname>           use <pathname> for output file directory
19-s                      generate sorted output files
20-x <exclude-file>       exclude strings in file <exclude-file> from output
21-                       read stdin, use as a filter (input only)
22