diff options
author | Guillem Jover <guillem@debian.org> | 2009-10-03 17:28:20 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-10-04 16:33:49 +0200 |
commit | 6b92aa0adfb9a83ae862b7c1aa9854da7efacc2f (patch) | |
tree | 8e3671b7552bce00be909e229eceb113a9589157 /src | |
parent | f659276004f4b8aa9ba57d8e5b4e253720be5f09 (diff) | |
download | dpkg-6b92aa0adfb9a83ae862b7c1aa9854da7efacc2f.tar.gz |
dpkg-statoverride: Add missing angle brackets in string
Diffstat (limited to 'src')
-rw-r--r-- | src/statcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statcmd.c b/src/statcmd.c index 2241302c2..9b5dc1906 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); } |