Commit c60db09
committed
Remove obsolete -V short flag from --visibility option
The -V flag was registered on both --visibility and --verbose. Since
OptionParser resolves short-flag conflicts in favor of the later
declaration, --verbose owned -V in practice, leaving the visibility
short flag dead. Drop it to clear the duplicate registration.1 parent 40d464d commit c60db09
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
0 commit comments