diff --git a/bin/fluents b/bin/fluents index 1ab2881..6b21f3f 100755 --- a/bin/fluents +++ b/bin/fluents @@ -9,25 +9,10 @@ import cfgparse, optparse PROGRAM_NAME = 'fluents' VERSION = '0.1.0' -def show_help(): - print 'fluent %s' % VERSION - print 'This software is released under the GNU General Public Licence' - print - print 'Usage: fluent [options]' - print - print 'Description:' - print ' Fluent is a lightweight data analysis application for bilinear models.' - print - print 'Options:' - print ' -h --help Show this help text' - print ' -l --list-workflows Lists available workflows' - print ' -w --workflow= Generates a new project based on workflow wf.' - print - def list_workflows(): - print 'fluent %s' % VERSION + print 'fluents %s' % VERSION print - print 'Workflows:' + print 'Available workflows:' wfs = workflow.workflow_list() for wf in wfs: