1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
/* DO NOT EDIT! Generated from ../docs/synopsis.txt */
const char *synopsis =
"nbdkit [-4|--ipv4-only] [-6|--ipv6-only]\n"
" [-D|--debug PLUGIN|FILTER|nbdkit.FLAG=N]\n"
" [--exit-with-parent] [-e|--exportname EXPORTNAME]\n"
" [--filter=FILTER ...] [-f|--foreground]\n"
" [-g|--group GROUP] [-i|--ipaddr IPADDR] [--keepalive]\n"
" [--log=stderr|syslog|null] [--mask-handshake=MASK]\n"
" [-n|--newstyle] [--no-mc|--no-meta-contexts]\n"
" [--no-sr|--no-structured-replies] [-o|--oldstyle]\n"
" [-P|--pidfile PIDFILE] [-p|--port PORT] [--print-uri]\n"
" [-r|--readonly] [--run 'COMMAND ARGS ...']\n"
" [--selinux-label=LABEL] [-s|--single] [--swap]\n"
" [-t|--threads THREADS] [--timeout=TIMEOUT]\n"
" [--tls=off|on|require]\n"
" [--tls-certificates=/path/to/certificates]\n"
" [--tls-psk=/path/to/pskfile] [--tls-verify-peer]\n"
" [-U|--unix SOCKET|-] [-u|--user USER]\n"
" [-v|--verbose] [--vsock]\n"
" PLUGIN [[KEY=]VALUE [KEY=VALUE [...]]]\n"
"\n"
"nbdkit --dump-config\n"
"\n"
"nbdkit PLUGIN --dump-plugin\n"
"\n"
"nbdkit --help\n"
"\n"
"nbdkit [-V|--version]\n"
;
|