Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
lwheng committed Jun 14, 2013
1 parent c6d3b83 commit 7ee417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_sql_for_transfer_to_db.sh
Expand Up @@ -4,7 +4,7 @@ function help() {
echo -e "Usage:\n" \
" $0 <File_1> <File_2>\n\n" \
" <File_1> : The file with key:value pairs to be added to database\n" \
" <File_2> : The file to be compared against\n\n" \
" <File_2> : The file to be compared against\n" \
" <Market ID> : The market ID\n\n" \
"Output:\n" \
" An SQL file that contains INSERT statements for (File_1.keys - File_2.keys)" >&2;
Expand Down

0 comments on commit 7ee417d

Please sign in to comment.