From 0a49f14eec4838dfe6eddbdc25052f12f4a60b7e Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 27 Sep 2000 04:10:48 +0000 Subject: [PATCH] change debug param to optional instead of mandatory --- src/spong-network.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spong-network.pl b/src/spong-network.pl index fc1275e..a421ba6 100755 --- a/src/spong-network.pl +++ b/src/spong-network.pl @@ -40,7 +40,7 @@ srand( time() ^ ($$ + ($$ << 15 )) ); $debug = $restart = $kill = 0; -if ( ! GetOptions("debug=i" => \$debuglevel, "restart" => \$restart, +if ( ! GetOptions("debug:i" => \$debuglevel, "restart" => \$restart, "kill" => \$kill, "nosleep|refresh" => \$nosleep ) ) { &usage(); exit 1; -- 2.30.2