|
Bugzilla – Full Text Bug Listing |
| Summary: | -e is missing from the synopsis | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | H <hwj> |
| Component: | Documentation | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | low | ||
| Priority: | low | ||
| Version: | 1.9.1 | ||
| Hardware: | All | ||
| OS: | All | ||
The SYNOPSIS includes a line for sudoedit instead of "sudo -e" since that is how it is typically used. I don't think it is worth adding yet another line for "sudo -e" when it already has one for "sudoedit". |
It's in the description, but in the description it should probably be called out as: -e file p.s. I'm not sure of the version, but I looked at a variety of sudo man pages, and they all have this issue. Existing synopsis: sudo -h | -K | -k | -V sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user] sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command] sudo [-AbEHnPS] [-C num] [-g group] [-h host] [-p prompt] [-r role] [-t type] [-T timeout] [-u user] [VAR=value] [-i | -s] [command] sudoedit [-AknS] [-C num] [-g group] [-h host] [-p prompt] [-T timeout] [-u user] file ...