mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
base64: ignore -i as promised
This commit is contained in:
parent
aad4fd5495
commit
ed016aa435
@ -147,8 +147,12 @@ base64_encode_or_decode(int argc, char *argv[])
|
||||
case 'w':
|
||||
w = optarg;
|
||||
break;
|
||||
case 'i':
|
||||
/* silently ignore */
|
||||
break;
|
||||
case VERSION:
|
||||
version_base64();
|
||||
break;
|
||||
case HELP:
|
||||
default:
|
||||
usage_base64(ch == '?');
|
||||
|
Loading…
Reference in New Issue
Block a user