mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
base64: ignore -i as promised
This commit is contained in:
parent
aad4fd5495
commit
ed016aa435
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue