diff options
author | Guillem Jover <guillem@debian.org> | 2012-06-07 10:51:41 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-06-08 07:48:11 +0200 |
commit | 137a40cbdd4767d0f1864237d59fb8cd6581af63 (patch) | |
tree | 1a4cea45ded4e8983e0445dcc97d31ea3a241844 /scripts/dpkg-source.pl | |
parent | d11f49990ca783a17e96ca163f2eb536f6fd6ab9 (diff) | |
download | dpkg-137a40cbdd4767d0f1864237d59fb8cd6581af63.tar.gz |
scripts: Slice --help output strings
Use to opportunity that the strings have been modified in previous
commits to slice them, which should make translation a slightly more
manageable work in the future. It should also get identical strings
coalesced so that there's less to translate.
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 1477f7353..f260a16de 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -462,9 +462,9 @@ later for copying conditions. There is NO warranty. sub usage { printf _g( -"Usage: %s [<option>...] <command> - -Commands: +"Usage: %s [<option>...] <command>") + . "\n\n" . _g( +"Commands: -x <filename>.dsc [<output-dir>] extract source package. -b <dir> build source package. |