Summary: | sys-apps/dog: -w option needs quotes with number | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leo Laursen <leo.laursen> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | trivial | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Leo Laursen
2004-10-31 12:59:16 UTC
the correct syntax is `dog -w#` ... the manpage is just formatted in an ugly manor so you cant tell ... `dog -h` shows the correct format touched up the manpage to read: '[-w<cols>]' instead of '[-w cols]' '-w<n>' instead of '-w n' |