mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 13:34:40 +08:00
Improve warning message when exiting with active jobs
Work on #4303. (cherry picked from commit 848db48af5e3badf4ee26e3d209607418ea553f6)
This commit is contained in:
parent
007a62cab6
commit
1f51bdbb0c
@ -2201,8 +2201,8 @@ static void bg_job_warning() {
|
||||
}
|
||||
}
|
||||
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"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
|
||||
|
Loading…
x
Reference in New Issue
Block a user