add long options support to showmount. Where mappings exist use the GNU
names for said options.
Details
Details
- Reviewers
kevans rmacklem - Commits
- rS355647: [showmount] implement long options
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 27772 Build 25961: arc lint + arc unit
Event Timeline
usr.bin/showmount/showmount.c | ||
---|---|---|
131 | Generally when converting to long opts, we should use the '+' leading specifier to maintain preexisting behavior of getopt(3) of halting at the first non-option argument, unless it's really advantageous and we've documented the behavior change. |