37#define HELP PROG " - A Tchatator413 implementation\n\
40 " PROG " -[qv]... [-c FILE]\n\
41 " PROG " -[qv]... [-c FILE] -i [REQUEST]\n\
42 " PROG " --dump-config\n\
47 A Tchatator413-compliant server based on Unix sockets. Accepts JSON, responds with JSON.\n\
49 Mandatory arguments to long options are mandatory for short options too.\n\
51 -q, --quiet More quiet (can be repeated)\n\
52 -v, --verbose More verbose (can be repeated)\n\
53 -i, --interactive Run in interactive mode (read from STDIN or argument)\n\
54 -c, --config=FILE Configuration file\n\
55 --dump-config Dump current configuration\n\
56 --help Show this help\n\
57 --version Show version\n\
59REQUIRED ENVIRONMENT VARIABLES\n\
63 DB_USER DB username\n\
64 DB_ROOT_PASSWORD DB password\n\
65 ADMIN_API_KEY Administrator API key\n\
66 ADMIN_PASSWORD Administrator password"
69#define VERSION PROG " 1.0.1"
@ EX_NODB
Exit code for when the database connection failed.