lib/flydata/helpers.rb in flydata-0.3.6 vs lib/flydata/helpers.rb in flydata-0.3.7
- old
+ new
@@ -14,10 +14,10 @@
restart # restart flydata process
status # check flydata process
version # show flydata version
conf # show configuration
sync [tables] # initial sync (only for mysql database)
- sync:generate_table_ddl [tables| –all-tables] # Generate CREATE TABLE script for Redshift
+ sync:generate_table_ddl [tables | -all-tables] # Generate CREATE TABLE script for Redshift
sync:reset [tables] # reset sync and stop flydata process
sync:flush # flush your current buffer and stop flydata process
EOM
text += "\n"
text += '-' * 64