[Libosinfo] [PATCH osinfo-db-tools 2/7] import: Add a "\n" to the error messages

Fabiano Fidêncio fidencio at redhat.com
Fri Sep 21 09:13:43 UTC 2018


Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 tools/osinfo-db-import.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/osinfo-db-import.c b/tools/osinfo-db-import.c
index 320abc9..a9f17fb 100644
--- a/tools/osinfo-db-import.c
+++ b/tools/osinfo-db-import.c
@@ -256,7 +256,7 @@ gint main(gint argc, gchar **argv)
     if (custom)
         locs++;
     if (locs > 1) {
-        g_printerr(_("Only one of --user, --local, --system & --dir can be used"));
+        g_printerr(_("Only one of --user, --local, --system & --dir can be used\n"));
         goto error;
     }
 
-- 
2.17.1




More information about the Libosinfo mailing list