File: synopsis.c

package info (click to toggle)
nbdkit 1.46.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,504 kB
  • sloc: ansic: 63,658; sh: 18,717; makefile: 6,814; python: 1,848; cpp: 1,143; perl: 504; ml: 504; tcl: 62
file content (35 lines) | stat: -rw-r--r-- 1,442 bytes parent folder | download
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
31
32
33
34
35
/* 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=default|stderr|syslog|null|/path]\n"
    "       [--mask-handshake=MASK] [--name=NAME]\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]\n"
    "       [--swap] [-t|--threads THREADS]\n"
    "       [--timeout=TIMEOUT] [--tls=off|on|require]\n"
    "       [--tls-certificates=/path/to/certificates]\n"
    "       [--tls-priority=PRIORITY]\n"
    "       [--tls-psk=/path/to/pskfile] [--tls-verify-peer]\n"
    "       [-U|--unix SOCKET|-] [-u|--user USER]\n"
    "       [-v|--verbose] [--vsock]\n"
    "       PLUGIN\n"
    "       [[KEY=]VALUE [KEY=VALUE [...]]] | @PATH\n"
    "\n"
    "nbdkit --dump-config\n"
    "\n"
    "nbdkit PLUGIN --dump-plugin\n"
    "\n"
    "nbdkit --help\n"
    "\n"
    "nbdkit [-V|--version]\n"
    "\n"
    "nbdkit [--short-options|--long-options]\n"
    ;