Skip to content

Commit b841a12

Browse files
committed
Fixed typo in usage line
1 parent cc88298 commit b841a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_miner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ sub print_copyright {
581581
# Function to print usage instructions
582582
sub print_usage {
583583
print "Usage:\n";
584-
print "\tperl sqlite_miner.pl --file=<path to database>|--dir=<path to directory> [--decompress] [--export] [--help] [--output=<path to output dir>] [--verbose]\n";
584+
print "\tperl sqlite_miner.pl --file=<path to database>|--dir=<path to directory> [--decompress] [--export] [--help] [--output=<path to output dir>] [--verbose|--very-verbose]\n";
585585
print "\nRequired Options (one of):\n";
586586
print "\t--file=<path>: Identifies the sqlite file to work on\n";
587587
print "\t--dir=<path>: Identifies a directory to recursively search to find SQLite files to work on.\n";

0 commit comments

Comments
 (0)