Don't continue processing after displaying the usage screen.

svn path=/trunk/; revision=16451
This commit is contained in:
Filip Navara 2005-07-06 11:31:03 +00:00
parent 8064f8c236
commit 9254444a9c

View file

@ -326,6 +326,7 @@ INT Deletehost(PTCHAR pszInetAddr, PTCHAR pszIfAddr)
}
} else {
Usage();
return -1;
}