diff --git a/src/Options.cc b/src/Options.cc index 559061a74c..3b7224a212 100644 --- a/src/Options.cc +++ b/src/Options.cc @@ -85,90 +85,90 @@ void usage(const char* prog, int code) fprintf(stderr, "usage: %s [options] [file ...]\n", prog); fprintf(stderr, "usage: %s --test [doctest-options] -- [options] [file ...]\n", prog); - fprintf(stderr, " | Zeek script file, or read stdin\n"); + fprintf(stderr, " | Zeek script file, or read stdin\n"); fprintf(stderr, - " -a|--parse-only | exit immediately after parsing scripts\n"); + " -a|--parse-only | exit immediately after parsing scripts\n"); fprintf(stderr, - " -b|--bare-mode | don't load scripts from the base/ directory\n"); + " -b|--bare-mode | don't load scripts from the base/ directory\n"); fprintf(stderr, - " -c|--capture-unprocessed | write unprocessed packets to a tcpdump file\n"); - fprintf(stderr, " -d|--debug-script | activate Zeek script debugging\n"); - fprintf(stderr, " -e|--exec | augment loaded scripts by given code\n"); - fprintf(stderr, " -f|--filter | tcpdump filter\n"); - fprintf(stderr, " -h|--help | command line help\n"); + " -c|--capture-unprocessed | write unprocessed packets to a tcpdump file\n"); + fprintf(stderr, " -d|--debug-script | activate Zeek script debugging\n"); + fprintf(stderr, " -e|--exec | augment loaded scripts by given code\n"); + fprintf(stderr, " -f|--filter | tcpdump filter\n"); + fprintf(stderr, " -h|--help | command line help\n"); fprintf(stderr, - " -i|--iface | read from given interface (only one allowed)\n"); + " -i|--iface | read from given interface (only one allowed)\n"); fprintf( stderr, - " -p|--prefix | add given prefix to Zeek script file resolution\n"); - fprintf(stderr, " -r|--readfile | read from given tcpdump file (only one " + " -p|--prefix | add given prefix to Zeek script file resolution\n"); + fprintf(stderr, " -r|--readfile | read from given tcpdump file (only one " "allowed, pass '-' as the filename to read from stdin)\n"); - fprintf(stderr, " -s|--rulefile | read rules from given file\n"); - fprintf(stderr, " -t|--tracefile | activate execution tracing\n"); + fprintf(stderr, " -s|--rulefile | read rules from given file\n"); + fprintf(stderr, " -t|--tracefile | activate execution tracing\n"); fprintf(stderr, - " -u|--usage-issues | find variable usage issues and exit; use " + " -u|--usage-issues | find variable usage issues and exit; use " "-uu for deeper/more expensive analysis\n"); - fprintf(stderr, " -v|--version | print version and exit\n"); - fprintf(stderr, " -w|--writefile | write to given tcpdump file\n"); + fprintf(stderr, " -v|--version | print version and exit\n"); + fprintf(stderr, " -w|--writefile | write to given tcpdump file\n"); #ifdef DEBUG - fprintf(stderr, " -B|--debug | Enable debugging output for selected " + fprintf(stderr, " -B|--debug | Enable debugging output for selected " "streams ('-B help' for help)\n"); #endif - fprintf(stderr, " -C|--no-checksums | ignore checksums\n"); - fprintf(stderr, " -D|--deterministic | initialize random seeds to zero\n"); - fprintf(stderr, " -F|--force-dns | force DNS\n"); - fprintf(stderr, " -G|--load-seeds | load seeds from given file\n"); - fprintf(stderr, " -H|--save-seeds | save seeds to given file\n"); - fprintf(stderr, " -I|--print-id | print out given ID\n"); - fprintf(stderr, " -N|--print-plugins | print available plugins and exit (-NN " + fprintf(stderr, " -C|--no-checksums | ignore checksums\n"); + fprintf(stderr, " -D|--deterministic | initialize random seeds to zero\n"); + fprintf(stderr, " -F|--force-dns | force DNS\n"); + fprintf(stderr, " -G|--load-seeds | load seeds from given file\n"); + fprintf(stderr, " -H|--save-seeds | save seeds to given file\n"); + fprintf(stderr, " -I|--print-id | print out given ID\n"); + fprintf(stderr, " -N|--print-plugins | print available plugins and exit (-NN " "for verbose)\n"); - fprintf(stderr, " -O|--optimize[=