shorten the description

This commit is contained in:
naskya 2024-07-01 14:17:32 +09:00
parent 830ffd9563
commit 61784a9b96
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -23,7 +23,6 @@ struct Args {
/// Specify the parent of the config directory,
/// which typically is Firefish local repo
/// (default: current directory)
#[arg(short = 'd', long, value_name = "PARENT_OF_CONFIG_DIR", global = true)]
base_dir: Option<String>,
}