From 848db48af5e3badf4ee26e3d209607418ea553f6 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 31 Oct 2017 19:18:42 +0800 Subject: [PATCH] Improve warning message when exiting with active jobs Work on #4303. --- src/reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader.cpp b/src/reader.cpp index bc947d867..9d610f40e 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -2167,8 +2167,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