guix-commits
[Top][All Lists]
Advanced

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

252/376: Remove redundant space in usage errors


From: Ludovic Courtès
Subject: 252/376: Remove redundant space in usage errors
Date: Wed, 28 Jan 2015 22:05:25 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit c6849e2dee743d9a4aca30842244d956ddcd25c3
Author: Eelco Dolstra <address@hidden>
Date:   Tue Oct 14 11:41:04 2014 +0200

    Remove redundant space in usage errors
---
 src/libmain/shared.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libmain/shared.cc b/src/libmain/shared.cc
index 8a6b7a9..c4b5c21 100644
--- a/src/libmain/shared.cc
+++ b/src/libmain/shared.cc
@@ -267,7 +267,7 @@ int handleExceptions(const string & programName, 
std::function<void()> fun)
         return e.status;
     } catch (UsageError & e) {
         printMsg(lvlError,
-            format(error + " %1%\nTry ‘%2% --help’ for more information.")
+            format(error + "%1%\nTry ‘%2% --help’ for more information.")
             % e.what() % programName);
         return 1;
     } catch (BaseError & e) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]