1
1
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:
Wez Furlong 2022-05-28 05:57:52 -07:00
parent c4a248f1a3
commit 042762c970

View File

@ -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>,