mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
General File cleanup. Added closing paren for the port error message
This commit is contained in:
parent
ce2f251cd5
commit
17f7791c02
1 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ int main(int argc, char *argv[] ){
|
|||
* I choose to print out a Fatal error since the scan doesn't make sense.
|
||||
*/
|
||||
if(o.issetTargetPorts() && !o.scan_mode_uses_target_ports(o.getMode()))
|
||||
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp");
|
||||
outFatal(QT_3, "You cannot use -p (explicit port selection) in your current scan mode.\n(Perhaps you meant to use --tcp or --udp)");
|
||||
|
||||
|
||||
|
||||
|
|
@ -228,7 +228,7 @@ int do_safe_checks(){
|
|||
test_stuff(); /* Little function that is called quite early to test some misc stuff. */
|
||||
return OP_SUCCESS;
|
||||
} /* End of do_safe_checks() */
|
||||
//
|
||||
|
||||
|
||||
|
||||
/** Use this function whenever you have some code that you want to test, but
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue