diff options
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_( |