From 9dbec05ff975619153afd2e4e6c59b1f554b30fc Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 30 May 2022 23:11:36 +0200 Subject: [PATCH] fix: clarify help text (#1442) --- zellij-utils/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs index 0a8d8a9e..a1600cab 100644 --- a/zellij-utils/src/cli.rs +++ b/zellij-utils/src/cli.rs @@ -26,7 +26,7 @@ pub struct CliArgs { #[clap(long, short, overrides_with = "session")] pub session: Option, - /// Name of a predefined layout or path to a layout file + /// Name of a predefined layout inside the layout directory or the path to a layout file #[clap(short, long, parse(from_os_str), overrides_with = "layout")] pub layout: Option,