diff --git a/src/cmd_line.rs b/src/cmd_line.rs index 4882b32..fba9c8a 100644 --- a/src/cmd_line.rs +++ b/src/cmd_line.rs @@ -87,7 +87,7 @@ pub fn handle_command_line_arguments(args: Vec) -> Result<(), String> { .arg( Arg::new("nofork") .long("nofork") - .help("Do not detach process from terminal"), + .help(r#"Instead of spawning a child process and leaking it, be "blocking" and have the shell directly as parent process"#), ) .arg( Arg::new("no_tabs")