Skip to content

Commit 7bb7ef4

Browse files
committed
Details about sql query
1 parent 29c35de commit 7bb7ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub fn parse_args() -> Opts {
5050
.short("s")
5151
.long("sql-text")
5252
.takes_value(true)
53-
.help("SQL Query (default: no query)"),
53+
.help("SQL query that should return at least one row (default: no querying)"),
5454
)
5555
.arg(
5656
Arg::with_name("timeout")

0 commit comments

Comments
 (0)