From 381097e8e5124129cebe1591dce994416799b42e Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 19 Jun 2023 12:16:37 +0800 Subject: [PATCH] Update README for new --version flag --- README.gmi | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.gmi b/README.gmi index fa57bdd..c461862 100644 --- a/README.gmi +++ b/README.gmi @@ -114,7 +114,7 @@ Check out some example configuraton in the examples/ directory. You can override values in config file if you supply them from the command line: ``` -Usage: spsrv [ [ -c -h -p -d ] | --help ] +Usage: spsrv [ [ -c -h -p -d ] | --help | --version ] -c, --config string Path to config file -d, --dir string Root content directory diff --git a/README.md b/README.md index 45e06cd..0684a91 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Check out some example configuraton in the [examples/](examples/) directory. You can override values in config file if you supply them from the command line: ``` -Usage: spsrv [ [ -c -h -p -d ] | --help ] +Usage: spsrv [ [ -c -h -p -d ] | --help | --version ] -c, --config string Path to config file -d, --dir string Root content directory