From 0d722da1e66b7217f3486351f39faa90e5911fd3 Mon Sep 17 00:00:00 2001 From: Jonas Diemer Date: Wed, 17 Aug 2022 10:31:10 +0200 Subject: Improved output of -h --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/args.rs b/src/args.rs index 6ed1e0d..8757bc8 100644 --- a/src/args.rs +++ b/src/args.rs @@ -107,7 +107,7 @@ pub struct CliArgs { #[clap(short = 'q', long = "qrcode")] pub qrcode: bool, - /// Enable file uploading + /// Enable file uploading (and optionally specify for which directory) #[clap(short = 'u', long = "upload-files", value_hint = ValueHint::FilePath, min_values = 0)] pub allowed_upload_dir: Option>, -- cgit v1.2.3