Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 0f8bff4

Browse files
committed
Fix generate_sql_file usage output for user example
1 parent 7566054 commit 0f8bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_sql_file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Examples:
3737
3838
Generate a MySQL 5.7 SQL file that uses the 'mark'@'localhost' user:
3939
40-
$0 -v 57 -u "'mark'@'localhost'"
40+
$0 -v 57 -u \"'mark'@'localhost'\"
4141
4242
Generate a MySQL 5.6 SQL file for RDS:
4343

0 commit comments

Comments
 (0)