Changeset 2e37e9f in code
- Timestamp:
-
Mar 2, 2014, 1:50:56 AM
(11 years ago)
- Author:
- Mike Belopuhov <mike@…>
- Branches:
- master
- Children:
- d554223
- Parents:
- 4284008
- git-author:
- Mike Belopuhov <mike@…> (03/02/14 01:46:24)
- git-committer:
- Mike Belopuhov <mike@…> (03/02/14 01:50:56)
- Message:
-
Return EX_USAGE instead of EX_CONFIG when both -4 and -6 are specified
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r4284008
|
r2e37e9f
|
|
109 | 109 | |
110 | 110 | if (inet4 && inet6) |
111 | | errx(EX_CONFIG, "Can't specify both -4 and -6"); |
| 111 | errx(EX_USAGE, "Can't specify both -4 and -6"); |
112 | 112 | |
113 | 113 | tzset(); |