This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=a1e288f7e1b89ed20892de60e211b9b5342a9a96

commit a1e288f7e1b89ed20892de60e211b9b5342a9a96
Author: Guillem Jover <[email protected]>
AuthorDate: Fri May 23 03:04:05 2025 +0200

    dpkg: Remove obsolete --forget-old-unavail from --help output
    
    This option is a no-op, and emits a warning to that effect when used. We
    do not need to document such options in the --help output, although we
    can keep it in the man page where we have more space to document its
    status.
---
 src/main/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/main.c b/src/main/main.c
index 5694d5428..11239b152 100644
--- a/src/main/main.c
+++ b/src/main/main.c
@@ -101,7 +101,6 @@ usage(const char *const *argv)
 "  --update-avail [<Packages-file>] Replace available packages info.\n"
 "  --merge-avail [<Packages-file>]  Merge with info from file.\n"
 "  --clear-avail                    Erase existing available info.\n"
-"  --forget-old-unavail             Forget uninstalled unavailable pkgs.\n"
 "  -s|--status [<package>...]       Display package status details.\n"
 "  -p|--print-avail [<package>...]  Display available version details.\n"
 "  -L|--listfiles <package>...      List files 'owned' by package(s).\n"

-- 
Dpkg.Org's dpkg

Reply via email to