Skip to content

Commit ce01e04

Browse files
committed
fix typo
1 parent 71bd82e commit ce01e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pysqlrecon/modules/search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
app = typer.Typer()
77
COMMAND_NAME = "search"
8-
HELP = "[bright_black][NORM][/] Keyword search column names forx all tables within a database [I,L]"
8+
HELP = "[bright_black][NORM][/] Keyword search column names for all tables within a database [I,L]"
99
LINK_COMPATIBLE = True
1010
IMPERSONATE_COMPATIBLE = True
1111

@@ -44,4 +44,4 @@ def main(
4444
pysqlrecon.query_handler(query, use_rpc_query=True)
4545
pysqlrecon.print_results(use_basic_tables)
4646

47-
pysqlrecon.disconnect()
47+
pysqlrecon.disconnect()

0 commit comments

Comments
 (0)