diff options
author | Guillem Jover <guillem@debian.org> | 2012-06-29 19:39:07 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-06-30 06:35:25 +0200 |
commit | c37770705a7d3eeeff7e45fa0c80929c6b22ff6b (patch) | |
tree | 2db11763945be9ae194a35f62babced29021d6fd /dpkg-split | |
parent | 951542fdc27e4753dde1edeb3292f136aec355e4 (diff) | |
download | dpkg-c37770705a7d3eeeff7e45fa0c80929c6b22ff6b.tar.gz |
Align --version with --help on help output
Diffstat (limited to 'dpkg-split')
-rw-r--r-- | dpkg-split/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-split/main.c b/dpkg-split/main.c index e3d8ca93a..d51072c9c 100644 --- a/dpkg-split/main.c +++ b/dpkg-split/main.c @@ -77,7 +77,7 @@ usage(const struct cmdinfo *cip, const char *value) printf(_( " -?, --help Show this help message.\n" -" --version Show the version.\n" +" --version Show the version.\n" "\n")); printf(_( |