From bf1ad1be87ac08916a394a2d2e208d20199b3332 Mon Sep 17 00:00:00 2001
From: einarr <einarr@pvv.ntnu.no>
Date: Tue, 27 Feb 2007 16:25:48 +0000
Subject: [PATCH] Removed old help function.

---
 bin/fluents | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

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=<wf>     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: