Browse Source

dpkg: Document optional -C argument in --help output

Closes: #763000
Guillem Jover 11 years ago
parent
commit
a8c984c339
2 changed files with 2 additions and 1 deletions
  1. 1 0
      debian/changelog
  2. 1 1
      src/main.c

+ 1 - 0
debian/changelog

@@ -117,6 +117,7 @@ dpkg (1.17.14) UNRELEASED; urgency=low
   * Double the dpkg files database hash table size to the closest 2^18 prime.
   * Double the dpkg files database hash table size to the closest 2^18 prime.
     Times have changed, and it's common to have at least these many files.
     Times have changed, and it's common to have at least these many files.
     This reduces the amount of collisions.
     This reduces the amount of collisions.
+  * Document optional dpkg -C argument in --help output. Closes: #763000
 
 
   [ Raphaël Hertzog ]
   [ Raphaël Hertzog ]
   * Explain better in deb-triggers(5) why interest/activate-noawait should be
   * Explain better in deb-triggers(5) why interest/activate-noawait should be

+ 1 - 1
src/main.c

@@ -104,7 +104,7 @@ usage(const struct cmdinfo *ci, const char *value)
 "  -L|--listfiles <package> ...     List files `owned' by package(s).\n"
 "  -L|--listfiles <package> ...     List files `owned' by package(s).\n"
 "  -l|--list [<pattern> ...]        List packages concisely.\n"
 "  -l|--list [<pattern> ...]        List packages concisely.\n"
 "  -S|--search <pattern> ...        Find package(s) owning file(s).\n"
 "  -S|--search <pattern> ...        Find package(s) owning file(s).\n"
-"  -C|--audit                       Check for broken package(s).\n"
+"  -C|--audit [<package> ...]       Check for broken package(s).\n"
 "  --add-architecture <arch>        Add <arch> to the list of architectures.\n"
 "  --add-architecture <arch>        Add <arch> to the list of architectures.\n"
 "  --remove-architecture <arch>     Remove <arch> from the list of architectures.\n"
 "  --remove-architecture <arch>     Remove <arch> from the list of architectures.\n"
 "  --print-architecture             Print dpkg architecture.\n"
 "  --print-architecture             Print dpkg architecture.\n"