Skip to content
Snippets Groups Projects
Commit 454ef936 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

The P, C, and v options would report 'unrecognized option'

Fix for issue #798
parent 867cf8c9
Branches
Tags
No related merge requests found
......@@ -63,13 +63,13 @@ for(var i = 0; i < argv.length; i++) {
continue;
case 'P':
pause = false;
break;
continue;
case 'C':
clear = false;
break;
continue;
case 'v':
++verbosity;
break;
continue;
case 'p': // send alias and password as expected by Synchronet
client_name = user.security.password;
server_name = user.alias;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment