(main): add 'b' to getopt

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4178 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-10 00:25:48 +00:00
parent ab1f67a67b
commit 5628938dbb

View File

@@ -119,7 +119,7 @@ main(int argc, char **argv)
*/
autologin = -1;
while((ch = getopt(argc, argv, "78DEKLS:X:acde:fFk:l:n:rx")) != EOF) {
while((ch = getopt(argc, argv, "78DEKLS:X:abcde:fFk:l:n:rx")) != EOF) {
switch(ch) {
case '8':
eight = 3; /* binary output and input */