From f005c843d8edf8e916af474bb8753daf1c40729e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 Jun 2022 20:18:11 +0200 Subject: [PATCH] remove: obsolete comment (#1465) --- zellij-utils/src/setup.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/setup.rs b/zellij-utils/src/setup.rs index b117766d..d5b9d83b 100644 --- a/zellij-utils/src/setup.rs +++ b/zellij-utils/src/setup.rs @@ -192,7 +192,7 @@ impl Setup { /// file options, superceeding the config file options: /// 1. command line options (`zellij options`) /// 2. layout options - /// (`layout.yaml` / `zellij --layout` / `zellij --layout-path`) + /// (`layout.yaml` / `zellij --layout`) /// 3. config options (`config.yaml`) pub fn from_options( opts: &CliArgs,