From 5e5bcb2b8cf3a7162710198d32866feea6668b72 Mon Sep 17 00:00:00 2001 From: blueSherii Date: Thu, 28 Nov 2024 09:57:33 +0100 Subject: [PATCH] fix typo --- bin/dump.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dump.pl b/bin/dump.pl index e92a746..cb72114 100644 --- a/bin/dump.pl +++ b/bin/dump.pl @@ -29,7 +29,7 @@ my $excludes; my $ignore_offset; my $textdump; -my $time_suffixi = 0; +my $time_suffix = 0; GetOptions( "host|h=s" => \$host,