diff options
author | proudmuslim-dev <69869443+proudmuslim-dev@users.noreply.github.com> | 2023-08-03 18:02:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-03 18:02:24 +0000 |
commit | 086ca31ce84f416350220fb89d2568064eeaeb4e (patch) | |
tree | 22627e32b1ad939ef00f97077660bfa36a60f003 /src/args.rs | |
parent | Add ability to read auth from file (diff) | |
download | miniserve-086ca31ce84f416350220fb89d2568064eeaeb4e.tar.gz miniserve-086ca31ce84f416350220fb89d2568064eeaeb4e.zip |
Update src/args.rs
Co-authored-by: Sven-Hendrik Haase <svenstaro@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | src/args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/args.rs b/src/args.rs index 020539a..9e66580 100644 --- a/src/args.rs +++ b/src/args.rs @@ -72,7 +72,7 @@ pub struct CliArgs { )] pub auth: Vec<auth::RequiredAuth>, - /// Read authentication values from a file. + /// Read authentication values from a file #[arg(long, value_hint = ValueHint::FilePath, env = "MINISERVE_AUTH_FILE")] pub auth_file: Option<PathBuf>, |