Update readme
This commit is contained in:
parent
81b2d4a7b4
commit
5e1a957541
12
README.md
12
README.md
|
@ -127,12 +127,12 @@ Flags:
|
||||||
-h, --help help for roulette
|
-h, --help help for roulette
|
||||||
--images enable support for image files
|
--images enable support for image files
|
||||||
-i, --info expose informational endpoints
|
-i, --info expose informational endpoints
|
||||||
--max-directory-scans uint number of directories to scan at once (default 32)
|
--max-directory-scans int number of directories to scan at once (default 32)
|
||||||
--max-file-count uint skip directories with file counts above this value (default 4294967295)
|
--max-file-count int skip directories with file counts above this value (default 2147483647)
|
||||||
--max-file-scans uint number of files to scan at once (default 256)
|
--max-file-scans int number of files to scan at once (default 256)
|
||||||
--min-file-count uint skip directories with file counts below this value (default 1)
|
--min-file-count int skip directories with file counts below this value (default 1)
|
||||||
--page-length uint32 pagination length for info pages
|
--page-length int pagination length for info pages
|
||||||
-p, --port uint16 port to listen on (default 8080)
|
-p, --port int port to listen on (default 8080)
|
||||||
--prefix string root path for http handlers (for reverse proxying) (default "/")
|
--prefix string root path for http handlers (for reverse proxying) (default "/")
|
||||||
--profile register net/http/pprof handlers
|
--profile register net/http/pprof handlers
|
||||||
-r, --recursive recurse into subdirectories
|
-r, --recursive recurse into subdirectories
|
||||||
|
|
Loading…
Reference in New Issue