From 631987c39403ebc91265ea685be6a7df3f209b5c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Feb 2012 15:14:18 +0000 Subject: [PATCH] -nl --- src/fs/gnunet-directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c index a853e8899..0721ea90e 100644 --- a/src/fs/gnunet-directory.c +++ b/src/fs/gnunet-directory.c @@ -129,7 +129,7 @@ run (void *cls, char *const *args, const char *cfgfile, if (NULL == args[0]) { - FPRINTF (stderr, "%s", _("You must specify a filename to inspect.")); + FPRINTF (stderr, "%s", _("You must specify a filename to inspect.\n")); ret = 1; return; } -- 2.25.1