Advertisement
benkow_

Rex new man page

Oct 8th, 2016
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.99 KB | None | 0 0
  1. Usage of ./ndvfo0iwhF:
  2.   -debug
  3.         enable debugging
  4.   -elevate.ignore string
  5.         credentials to ignore during elevation (default "root")
  6.   -elevate.skip
  7.         skip elevation (default true)
  8.   -ipc
  9.         enable stdio ipc
  10.   -log.dht
  11.         log DHT requests
  12.   -log.http
  13.         log HTTP requests
  14.   -socks string
  15.         SOCKS5 proxy address
  16.   -strategy string
  17.         scan strategy [random, sequential] (default "random")
  18.   -target string
  19.         target(s) (default "0.0.0.0/0")
  20.   -test.bench string
  21.         regular expression per path component to select benchmarks to run
  22.   -test.benchmem
  23.         print memory allocations for benchmarks
  24.   -test.benchtime duration
  25.         approximate run time for each benchmark (default 1s)
  26.   -test.blockprofile string
  27.         write a goroutine blocking profile to the named file after execution
  28.   -test.blockprofilerate int
  29.         if >= 0, calls runtime.SetBlockProfileRate() (default 1)
  30.   -test.count n
  31.         run tests and benchmarks n times (default 1)
  32.   -test.coverprofile string
  33.         write a coverage profile to the named file after execution
  34.   -test.cpu string
  35.         comma-separated list of number of CPUs to use for each test
  36.   -test.cpuprofile string
  37.         write a cpu profile to the named file during execution
  38.   -test.memprofile string
  39.         write a memory profile to the named file after execution
  40.   -test.memprofilerate int
  41.         if >=0, sets runtime.MemProfileRate
  42.   -test.outputdir string
  43.         directory in which to write profiles
  44.   -test.parallel int
  45.         maximum test parallelism (default 1)
  46.   -test.run string
  47.         regular expression to select tests and examples to run
  48.   -test.short
  49.         run smaller test suite to save time
  50.   -test.timeout duration
  51.         if positive, sets an aggregate time limit for all tests
  52.   -test.trace string
  53.         write an execution trace to the named file after execution
  54.   -test.v
  55.         verbose: print additional output
  56.   -wait int
  57.         wait for PID to exit before starting (0: disable)
  58.   -wordpress.pingback
  59.         enable WordPress Pingback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement