diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:09:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:10:07 -0700 |
commit | bdaf45ff85076cec93b68cd45c018bc02e2fa67e (patch) | |
tree | cae9206aa377fc5accc87f3aaaa10d627b5b8da4 /extra/es-public-proxy.1.scdoc | |
parent | 0e1d7e4758cbff5f92b17ff93e67b76478cb8bd5 (diff) | |
download | es-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.tar.gz es-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.zip |
declutter top-level files into extra/
Diffstat (limited to 'extra/es-public-proxy.1.scdoc')
-rw-r--r-- | extra/es-public-proxy.1.scdoc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/extra/es-public-proxy.1.scdoc b/extra/es-public-proxy.1.scdoc new file mode 100644 index 0000000..00104d9 --- /dev/null +++ b/extra/es-public-proxy.1.scdoc @@ -0,0 +1,36 @@ +es-public-proxy(1) "es-public-proxy Manual Page" + +# NAME + +es-public-proxy - something something + +# SYNOPSIS + +es-public-proxy --config CONFIGFILE + +# DESCRIPTION + +# OPTIONS + +Argument processing is crude; only one option can be specified at a time. + +*-h, --help* + Prints help information + +*-V, --version* + Prints version information + +*--config <file>* [env: ES_PUBLIC_PROXY_CONFIG_PATH] + Supply path to configuration file (TOML), which is effectively required for operation + +*--example-config* + An annotated config file (TOML) will be printed to standard out. + +# EXAMPLES + +Some examples of usage will go here. + + es-public-proxy --example-config > /etc/es_public_proxy.toml + + es-public-proxy --config /etc/es_public_proxy.toml + |