| Summary: | sftp complains about -p command-line option | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Iain Morgan <imorgan> | ||||
| Component: | sftp | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
fixed in CVS, will be in tomorrow's snapshot Mass move of bugs RESOLVED->CLOSED following the release of openssh-5.5p1 |
Created attachment 1784 [details] Add 'p' to the list of accepted command-line options As of the 20100127 snapshot, the sftp(1) man page lists -p as a valid command-line option, but sftp complains with the usage summary whenever it is used. The problem is that 'p' is missing from the list of accepted switches in the getopt() statement.