mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Shorten option from debugging to debug
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6658 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e21398c1eb
commit
ae33926461
@ -31,7 +31,7 @@
|
|||||||
# --verbosity=<number> # Set VERBOSITY
|
# --verbosity=<number> # Set VERBOSITY
|
||||||
# --directory=<directory> # Directory where configuration resides (default is /etc/shorewall)
|
# --directory=<directory> # Directory where configuration resides (default is /etc/shorewall)
|
||||||
# --timestamp # Timestamp all progress messages
|
# --timestamp # Timestamp all progress messages
|
||||||
# --debugging # Print stack trace on warnings and fatal error.
|
# --debug # Print stack trace on warnings and fatal error.
|
||||||
#
|
#
|
||||||
# Default values for compiler options are given in environmental variables as follows:
|
# Default values for compiler options are given in environmental variables as follows:
|
||||||
#
|
#
|
||||||
@ -41,7 +41,7 @@
|
|||||||
# --export EXPORT
|
# --export EXPORT
|
||||||
# --directory SHOREWALL_DIR
|
# --directory SHOREWALL_DIR
|
||||||
# --timestamp TIMESTAMP
|
# --timestamp TIMESTAMP
|
||||||
# --debugging <none>
|
# --debug <none>
|
||||||
#
|
#
|
||||||
use strict;
|
use strict;
|
||||||
use lib '/usr/share/shorewall-perl';
|
use lib '/usr/share/shorewall-perl';
|
||||||
@ -72,7 +72,7 @@ my $result = GetOptions('export' => \$export,
|
|||||||
'v=i' => \$verbose,
|
'v=i' => \$verbose,
|
||||||
'timestamp' => \$timestamp,
|
'timestamp' => \$timestamp,
|
||||||
't' => \$timestamp,
|
't' => \$timestamp,
|
||||||
'debugging' => \$debug
|
'debug' => \$debug
|
||||||
);
|
);
|
||||||
|
|
||||||
usage unless $result && @ARGV < 2;
|
usage unless $result && @ARGV < 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user