mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fix "ndp -d hostname".
This commit is contained in:
parent
7bd26d4567
commit
01d5742f86
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268827
@ -188,9 +188,9 @@ main(int argc, char **argv)
|
||||
mode = ch;
|
||||
arg = NULL;
|
||||
break;
|
||||
case 'd':
|
||||
case 'f':
|
||||
exit(file(optarg) ? 1 : 0);
|
||||
case 'd':
|
||||
case 'i':
|
||||
if (mode) {
|
||||
usage();
|
||||
|
Loading…
Reference in New Issue
Block a user