Skip to content

Commit ddcbfee

Browse files
committed
Remove dashes so lines are more easily copy/pasted.
1 parent 4acf080 commit ddcbfee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql2sqlite

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ BEGIN {
1010
if( ARGC != 2 ){
1111
printerr( \
1212
"USAGE:\n"\
13-
" - mysql2sqlite dump_mysql.sql > dump_sqlite3.sql\n" \
13+
" mysql2sqlite dump_mysql.sql > dump_sqlite3.sql\n" \
1414
" OR\n" \
15-
" - mysql2sqlite dump_mysql.sql | sqlite3 sqlite.db\n" \
15+
" mysql2sqlite dump_mysql.sql | sqlite3 sqlite.db\n" \
1616
"\n" \
1717
"NOTES:\n" \
18-
" - Dash in filename is not supported, because dash (-) means stdin.")
18+
" Dash in filename is not supported, because dash (-) means stdin." )
1919
no_END = 1
2020
exit 1
2121
}

0 commit comments

Comments
 (0)