Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686582 - app-portage/portpeek command-line option help problems
Summary: app-portage/portpeek command-line option help problems
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2019-05-22 22:55 UTC by Bruce Guenter
Modified: 2020-05-13 23:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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