1
Fork 0

Change default wording since Clap shows the default value already.

This commit is contained in:
Bauke 2023-11-14 15:10:47 +01:00
parent 38a828629e
commit 8278ffbcbd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ pub enum FileSubcommand {
/// Extract metadata of a file.
Metadata {
/// The chrono format string for dates, defaults to `%FT%T%z` (ISO 8601).
/// The chrono format string for dates, defaults to ISO 8601.
#[arg(long, default_value = "%FT%T%z")]
date_format: String,