commit bc763838dff19d8244389cdf2e6f572563ee67f6 Author: juga0 juga@riseup.net Date: Wed Oct 31 20:38:17 2018 +0000
Remove default locations in examples --- docs/source/man_sbws.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/source/man_sbws.rst b/docs/source/man_sbws.rst index 6835fd4..eaa99eb 100644 --- a/docs/source/man_sbws.rst +++ b/docs/source/man_sbws.rst @@ -49,22 +49,22 @@ Optional arguments Override the sbws log level (default: info).
-c CONFIG, --config CONFIG - Path to the sbws configuration file (default: $HOME/.sbws.ini) + Path to a custom configuration file.
EXAMPLES --------
sbws scanner - Run the scanner using the configuration file in ~/.sbws.ini + Run the scanner using **sbws** defaults.
sbws -c ~/.sbwsrc scanner - Run the scanner using the configuration file in ~/.sbwsrc + Run the scanner using the configuration file in `~/.sbwsrc`
sbws --log-level debug generate - Generate v3bw file in the default v3bw directory (~/.sbws/v3bw) + Generate v3bw file in the default v3bw directory.
sbws cleanup - Cleanup datadir and v3bw files older than XX in the default v3bw directory (~/.sbws/) + Cleanup datadir and v3bw files older than XX in the default v3bw directory.
FILES -----
tor-commits@lists.torproject.org