From 6e6394bc4bc3a1f8e15da2f6613fda62c9ed23be Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:55:10 +0000 Subject: [PATCH] clarify --- src/commands/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/shell.rs b/src/commands/shell.rs index d882bd401..7e86aec20 100644 --- a/src/commands/shell.rs +++ b/src/commands/shell.rs @@ -23,7 +23,7 @@ use std::ffi::CStr; #[cfg(target_os = "windows")] use std::mem::zeroed; -/// Open a subshell with Railway variables available +/// Open a local subshell with Railway variables available #[derive(Parser)] pub struct Args { /// Service to pull variables from (defaults to linked service)