From 298ea2d9b7d8ec26a09bfbcad71a09fa02873ddf Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 11 Jun 2022 15:57:25 +0200 Subject: fix(cli): clear up tooltip information (#1488) --- zellij-utils/src/cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zellij-utils/src/cli.rs') diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs index a1600cabd..65b75eceb 100644 --- a/zellij-utils/src/cli.rs +++ b/zellij-utils/src/cli.rs @@ -14,7 +14,7 @@ pub struct CliArgs { #[clap(long)] pub max_panes: Option, - /// Change where zellij looks for layouts and plugins + /// Change where zellij looks for plugins #[clap(long, parse(from_os_str), overrides_with = "data_dir")] pub data_dir: Option, @@ -41,6 +41,7 @@ pub struct CliArgs { #[clap(subcommand)] pub command: Option, + /// Specify emitting additional debug information #[clap(short, long)] pub debug: bool, } -- cgit v1.2.3