summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-02 22:21:20 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-02 22:21:20 +0100
commit01a28447294d13e9778af5bc89f391d819d927a2 (patch)
treeb9eba772830cd60e20769b0a028f8bce9b1e8684 /src/fifa.sh
parent8b75c176ab1f302790db47d8a01d678ec3d89279 (diff)
clearer output of avail procedures
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-xsrc/fifa.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fifa.sh b/src/fifa.sh
index 0209bf2..1ddf107 100755
--- a/src/fifa.sh
+++ b/src/fifa.sh
@@ -14,9 +14,9 @@ usage ()
msg="$0 <procedurename>\n
If the procedurename starts with 'http://' it will be wget'ed. Otherwise it's assumed to be a procedure in the VFS tree\n
If the procedurename is prefixed with '<modulename>/' it will be loaded from user module <modulename>. See README\n
-Available procedures:\n
-`ls -l /home/arch/fifa/core/procedures`\n
-`ls -l /home/arch/fifa/user/*/procedures`"
+Available procedures on the filesystem:\n
+`find /home/arch/fifa/core/procedures -type f`\n
+`find /home/arch/fifa/user/*/procedures -type f`"
if [ "$var_UI_TYPE" = dia ]
then
DIALOG --msgbox "$msg" 14 65