File: synopsis.c

package info (click to toggle)
nbdkit 1.42.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,696 kB
  • sloc: ansic: 59,224; sh: 16,793; makefile: 6,463; python: 1,837; cpp: 1,116; ml: 504; perl: 502; tcl: 62
file content (30 lines) | stat: -rw-r--r-- 1,278 bytes parent folder | download | duplicates (2)
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"
    ;