You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlite_miner.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ sub print_copyright {
581
581
# Function to print usage instructions
582
582
subprint_usage {
583
583
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";
585
585
print"\nRequired Options (one of):\n";
586
586
print"\t--file=<path>: Identifies the sqlite file to work on\n";
587
587
print"\t--dir=<path>: Identifies a directory to recursively search to find SQLite files to work on.\n";
0 commit comments