Commit 93dc2abd authored by Andrew Price's avatar Andrew Price
Browse files

Add missing 'q' to mwpoll's getopt string

parent a6ef8ff6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ int main(int argc, char ** argv)
	char passwd[80];
	char rawpw[80];

	while ((opt=getopt(argc,argv,"u:c:h:dsa"))!=-1) {
	while ((opt=getopt(argc,argv,"u:c:h:dsqa"))!=-1) {
		switch (opt) {
			case 'u':
				username = optarg;