progress.*: cosmetix
[k8lowj.git] / src / helptext.h
blobb31d9c89c46247d1022a95dfe42f6874b18e0854
1 /* autogenerated by gen.pl. */
2 char *helptext_commands = N_(
3 "Commands:\n"
4 " post Post event immediately.\n"
5 " sync Synchronize offline journal.\n"
6 " checkfriends Efficiently check friends list for updates.\n"
7 " cat Dump entries to stdout.\n"
8 " grep Grep through entries.\n"
9 " reindex Rebuild offline index.\n"
12 char *helptext_options = N_(
13 "Command line options:\n"
14 " -h, --help Show summary of options.\n"
15 " -v, --version Show version of program.\n"
16 " -q, --quiet Say less.\n"
17 " -c, --console Don't load GUI.\n"
18 "\n"
19 " -u, --username=USERNAME Username to operate as.\n"
20 " -U, --save-username Save the username.\n"
21 " -p, --password=PASSWORD Password for the current user.\n"
22 " -P, --save-password Save the password.\n"
23 " -n, --no-login Use with -u to start without logging in.\n"
24 "\n"
25 " -s, --subject=SUBJECT Subject for the post.\n"
26 " -a, --postas=USERNAME User/community to post as.\n"
27 " -k, --userpic=KEYWORD Keyword for the user picture to use.\n"
28 " -e, --edit Use default editor to edit post.\n"