1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00

tweak --always-new-process messaging

refs: https://github.com/wez/wezterm/discussions/2589
This commit is contained in:
Wez Furlong 2022-10-06 18:14:32 -07:00
parent eefd57b8ed
commit 0e98b23392

View File

@ -563,7 +563,7 @@ impl Publish {
Ok(res) => {
log::info!(
"Spawned your command via the existing GUI instance. \
Use --always-new-process if you do not want this behavior. \
Use wezterm start --always-new-process if you do not want this behavior. \
Result={:?}",
res
);