| Summary: | document -- as option/non-option separator | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Colin Watson <cjwatson> |
| Component: | Documentation | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://bugs.debian.org/289401 | ||
|
Description
Colin Watson
2005-01-11 10:54:22 AEDT
That is a standard feature of getopt(3) and therefore I don't think it needs repeating in the documentation of every application that uses it. I view it as pretty similar to saying that options start with '-'; a small thing and absolutely standard, but it would be very confusing to leave it out. In any case, so many programs roll their own option parsing in one way or another that I don't think it's unreasonable that a user wouldn't be sure that ssh uses getopt without going and grovelling through the source. If you don't want to repeat it, perhaps at least refer to getopt(3) (though it's not wonderful user-level documentation) so that it's clear that ssh uses it? Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |