mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
cli: fix wezterm cli spawn usage info
This commit is contained in:
parent
c4a248f1a3
commit
042762c970
@ -262,7 +262,7 @@ Outputs the pane-id for the newly created pane on success"
|
||||
workspace: Option<String>,
|
||||
|
||||
/// Instead of executing your shell, run PROG.
|
||||
/// For example: `wezterm start -- bash -l` will spawn bash
|
||||
/// For example: `wezterm cli spawn -- bash -l` will spawn bash
|
||||
/// as if it were a login shell.
|
||||
#[structopt(parse(from_os_str))]
|
||||
prog: Vec<OsString>,
|
||||
|
Loading…
Reference in New Issue
Block a user