From 61784a9b96ab7132a5a266e5d2e89b91b45af72e Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 1 Jul 2024 14:17:32 +0900 Subject: [PATCH] shorten the description --- fishctl/src/command/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fishctl/src/command/mod.rs b/fishctl/src/command/mod.rs index 4d7501a..6162188 100644 --- a/fishctl/src/command/mod.rs +++ b/fishctl/src/command/mod.rs @@ -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, }