Просмотр исходного кода

dpkg-source: Document various long options in --help output

Guillem Jover лет назад: 10
Родитель
Сommit
0082e22eb7
2 измененных файлов с 9 добавлено и 4 удалено
  1. 1 0
      debian/changelog
  2. 8 4
      scripts/dpkg-source.pl

+ 1 - 0
debian/changelog

@@ -14,6 +14,7 @@ dpkg (1.18.8) UNRELEASED; urgency=medium
     - Document interaction between PIE and libraries in dpkg-buildflags(1).
     - Document interaction between PIE and libraries in dpkg-buildflags(1).
       Based on text by Christian Seiler <christian@iwakd.de>.
       Based on text by Christian Seiler <christian@iwakd.de>.
     - Merge ENVIRONMENT sections in dpkg-buildflags(1).
     - Merge ENVIRONMENT sections in dpkg-buildflags(1).
+    - Document various long options in dpkg-source --help output.
 
 
   [ Updated programs translations ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 8 - 4
scripts/dpkg-source.pl

@@ -596,13 +596,17 @@ sub usage {
   -D<field>=<value>        override or add a .dsc field and value.
   -D<field>=<value>        override or add a .dsc field and value.
   -U<field>                remove a field.
   -U<field>                remove a field.
   -q                       quiet mode.
   -q                       quiet mode.
-  -i[<regex>]              filter out files to ignore diffs of
+  -i, --diff-ignore[=<regex>]
+                           filter out files to ignore diffs of
                              (defaults to: '%s').
                              (defaults to: '%s').
-  -I[<pattern>]            filter out files when building tarballs
+  -I, --tar-ignore[=<pattern>]
+                           filter out files when building tarballs
                              (defaults to: %s).
                              (defaults to: %s).
-  -Z<compression>          select compression to use (defaults to '%s',
+  -Z, --compression=<compression>
+                           select compression to use (defaults to '%s',
                              supported are: %s).
                              supported are: %s).
-  -z<level>                compression level to use (defaults to '%d',
+  -z, --compression-level=<level>
+                           compression level to use (defaults to '%d',
                              supported are: '1'-'9', 'best', 'fast')")
                              supported are: '1'-'9', 'best', 'fast')")
     . "\n\n" . g_(
     . "\n\n" . g_(
 "Extract options:
 "Extract options: