(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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user