summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmdline/cmdline_prompt.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline/cmdline_prompt.cc b/src/cmdline/cmdline_prompt.cc
index e771c937..9b9b4a68 100644
--- a/src/cmdline/cmdline_prompt.cc
+++ b/src/cmdline/cmdline_prompt.cc
@@ -706,7 +706,7 @@ static void cmdline_parse_why(string response)
splitws(response, arguments, 1, response.size());
if(arguments.empty())
- printf(_("No packages found -- enter zero or more roots of the search followed by the package to justify."));
+ printf(_("No packages found -- enter zero or more roots of the search followed by the package to justify.\n"));
else
{
bool success;