[seahorse-plugins] seahorse-tool: added return carriage.



commit 28f756d642e8dbd047ab931c87c2c3a7ac07f9e3
Author: Pablo Castellano <pablog ubuntu gmail com>
Date:   Sun Aug 23 18:49:23 2009 +0200

    seahorse-tool: added return carriage.
    
    Added return carriage to the output when you
    don't specify any argument.

 plugins/nautilus/seahorse-tool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/nautilus/seahorse-tool.c b/plugins/nautilus/seahorse-tool.c
index 738cda3..b099731 100644
--- a/plugins/nautilus/seahorse-tool.c
+++ b/plugins/nautilus/seahorse-tool.c
@@ -692,7 +692,7 @@ main (int argc, char **argv)
     uris = read_uri_arguments ();
 
     if(!uris || !uris[0]) {
-        fprintf (stderr, "seahorse-tool: must specify files");
+        fprintf (stderr, "seahorse-tool: must specify files\n");
         return 2;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]