From d2d87e010d90738649e0584e446890c142ad89f4 Mon Sep 17 00:00:00 2001 From: Seednode Date: Sat, 9 Sep 2023 00:09:26 -0500 Subject: [PATCH] Added --page-length flag to readme usage info --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7f9039..cbfcd65 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Flags: -h, --help help for roulette --maximum-files uint32 skip directories with file counts over this value (default 4294967295) --minimum-files uint32 skip directories with file counts under this value + --page-length uint16 pagination length for stats page -p, --port uint16 port to listen on (default 8080) --profile register net/http/pprof handlers -r, --recursive recurse into subdirectories