Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
changing CLI help for import
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Jan 8, 2012
1 parent c7f8379 commit 1c39351
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions commands.py
Expand Up @@ -22,9 +22,8 @@ def execute(**kargs):
print "~ Help for logisima-play-neo4j module"
print "~ Available commands are:"
print "~ ~~~~~~~~~~~~~~~~~~~~~~~"
print "~ import Import an yaml file (conf/data.yml by default) to database"
print "~ with --filename you can specify the yaml filename file (without the yml extension !)"
print "~ with --folder you can specify the folder where yaml file will be written (conf by default)"
print "~ import Import an yaml file from play path (conf/data.yml by default) to database"
print "~ with --filename you can specify the yaml filename file (ex : test-data.yml)"
print "~ with --reset option, we delete all database entries before the import"
print "~ export Export your database into yaml format (to file conf/data.yml)"
print "~ with --filename you can specify the yaml filename file (without the yml extension !)"
Expand Down

0 comments on commit 1c39351

Please sign in to comment.