aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xclubber4
1 files changed, 2 insertions, 2 deletions
diff --git a/clubber b/clubber
index e40ac54..27c4dd3 100755
--- a/clubber
+++ b/clubber
@@ -41,7 +41,7 @@ if (!$md5sum) {
#
# Check options.
#
-my ($chroot, $dry, $verify) = ("", 0, 0, 0);
+my ($chroot, $dry) = ("", 0);
my $config = GetOptions("chroot=s" => \$chroot,
"dry" => \$dry);
if ($chroot) {
@@ -58,7 +58,7 @@ if ($chroot) {
# message.
#
if (!@ARGV) {
- printf STDOUT "USAGE: ${0} [--chroot] [--verify] [--dry] binary1 binary2 ... \n";
+ printf STDOUT "USAGE: ${0} [--chroot] [--dry] binary1 binary2 ... \n";
exit 0;
}