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 Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/showmount/showmount.c | ||
---|---|---|
131 ↗ | (On Diff #64846) | 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. |