The following commit has been merged in the master branch:
commit 6b92aa0adfb9a83ae862b7c1aa9854da7efacc2f
Author: Guillem Jover <[email protected]>
Date:   Sat Oct 3 17:28:20 2009 +0200

    dpkg-statoverride: Add missing angle brackets in string

diff --git a/src/statcmd.c b/src/statcmd.c
index 2241302..9b5dc19 100644
--- a/src/statcmd.c
+++ b/src/statcmd.c
@@ -96,7 +96,7 @@ usage(const struct cmdinfo *cip, const char *value)
 "  --version                show the version.\n"
 "\n"));
 
-       m_output(stdout, _("<standard output"));
+       m_output(stdout, _("<standard output>"));
 
        exit(0);
 }

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to