chiark / gitweb /
Fix Linux script usage message - no longer need path to jars
authorOwen S. Dunn <osd1000@tacitus.greenend.org.uk>
Tue, 22 Dec 2009 13:28:49 +0000 (13:28 +0000)
committerOwen S. Dunn <osd1000@tacitus.greenend.org.uk>
Tue, 22 Dec 2009 13:28:49 +0000 (13:28 +0000)
jpctb

diff --git a/jpctb b/jpctb
index 8b61ed8942f655246b9ac7ff42cea09c40f7655a..28f71c114110dc25bb4a183b4c0d0c7e1808b9b5 100755 (executable)
--- a/jpctb
+++ b/jpctb
@@ -24,7 +24,7 @@
 
 
 usage () { cat <<END
-usage: .../jpctb /path/to/dir/with/PCTB*.jar /path/to/yohoho/yohoho [...]
+usage: .../jpctb /path/to/yohoho/yohoho [...]
 END
 }