diff options
author | Guillem Jover <guillem@debian.org> | 2016-05-13 20:49:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 18:44:21 +0200 |
commit | ae799cf4b90d97fa29803bbb84f711e106f4466a (patch) | |
tree | 73822e693468faba693a84095c22d41db67feb20 /scripts/dpkg-source.pl | |
parent | 0082e22eb7a49ccdeab35bd8899526c48f9a1428 (diff) | |
download | dpkg-ae799cf4b90d97fa29803bbb84f711e106f4466a.tar.gz |
dpkg-source: Move -q option to the General options section in --help output
Diffstat (limited to 'scripts/dpkg-source.pl')
-rwxr-xr-x | scripts/dpkg-source.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 924f57f2e..a9783eb67 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -595,7 +595,6 @@ sub usage { -T<substvars-file> read variables here. -D<field>=<value> override or add a .dsc field and value. -U<field> remove a field. - -q quiet mode. -i, --diff-ignore[=<regex>] filter out files to ignore diffs of (defaults to: '%s'). @@ -620,6 +619,7 @@ sub usage { get_format_help() . "\n" . g_( 'General options: + -q quiet mode. -?, --help show this help message. --version show the version.') . "\n\n" . g_( |