Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 686582

Summary: app-portage/portpeek command-line option help problems
Product: Portage Development Reporter: Bruce Guenter <bruce>
Component: Third-Party ToolsAssignee: Mike Pagano <mpagano>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bruce Guenter 2019-05-22 22:55:53 UTC
There are two discrepancies between the man page, portpeek --help output, and actual flags:

1. The man page and portpeek --help both show a --package.use option, but the actual option is --package-use.

2. portpeek --help shows a --confirm-fix option, but the man page shows and actual option is --fix-confirm.

These should get unified to fix confusion when using long options.

Reproducible: Always
Comment 1 Mike Pagano gentoo-dev 2019-05-23 16:22:35 UTC
Committed for next release:

commit 91be5e993f8196d1a368b14ca26c8f91a82209cc (HEAD -> master, origin/master, origin/HEAD)
Author: Mike Pagano <mpagano@gentoo.org>
Date:   Thu May 23 12:20:42 2019 -0400

    Fixed incorrect options in both the man page and the code itself.
    Thanks to Bruce Guenter for reporting. See Gentoo bug #686582