Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176393 - app-portage/portage-utils: qlop requires optional arguments
Summary: app-portage/portage-utils: qlop requires optional arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Utils Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-04-28 19:10 UTC by Jeroen Roovers (RETIRED)
Modified: 2009-03-15 10:16 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 Jeroen Roovers (RETIRED) gentoo-dev 2007-04-28 19:10:41 UTC
elmer ~ # qlop foobarbaz
Usage: qlop <pkgname> : emerge log analyzer

Options: -[gtluscf:F:HvqChV]
  -g, --gauge          * Gauge number of times a package has been merged
  -t, --time           * Calculate merge time for a specific package
  -H, --human          * Print seconds in human readable format (needs -t)
  -l, --list           * Show merge history
  -u, --unlist         * Show unmerge history
  -s, --sync           * Show sync history
  -c, --current        * Show current emerging packages
  -f, --logfile  <arg> * Read emerge logfile instead of /var/log/emerge.log
  -v, --verbose        * Make a lot of noise
  -q, --quiet          * Tighter output; suppress warnings
  -C, --nocolor        * Don't output color
  -h, --help           * Print this help and exit
  -V, --version        * Print version and exit
elmer ~ # qlop -V
portage-utils-0.1.26: compiled on Apr 21 2007
$Id: qlop.c,v 1.36 2007/01/10 03:42:19 vapier Exp $
lop written for Gentoo by <solar and vapier @ gentoo.org>

qlop requires non-optional options, as it were. Either the usage info should reflect that or the default should change. The latter would be my prefered solution.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2007-04-28 19:12:04 UTC
w00t bugzilla alias
Comment 2 solar (RETIRED) gentoo-dev 2007-05-12 03:10:29 UTC
Fixed InCVS