mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
parent
eb081481c6
commit
848db48af5
1 changed files with 1 additions and 1 deletions
|
@ -2167,8 +2167,8 @@ static void bg_job_warning() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fputws(L"\n", stdout);
|
fputws(L"\n", stdout);
|
||||||
fputws(_(L"Use `disown PID` to let them live independently from fish.\n"), stdout);
|
|
||||||
fputws(_(L"A second attempt to exit will terminate them.\n"), stdout);
|
fputws(_(L"A second attempt to exit will terminate them.\n"), stdout);
|
||||||
|
fputws(_(L"Use 'disown PID' to remove jobs from the list without terminating them.\n"), stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This function is called when the main loop notices that end_loop has been set while in
|
/// This function is called when the main loop notices that end_loop has been set while in
|
||||||
|
|
Loading…
Reference in a new issue