summaryrefslogtreecommitdiff
path: root/tools/showPickled
diff options
context:
space:
mode:
Diffstat (limited to 'tools/showPickled')
-rwxr-xr-xtools/showPickled2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/showPickled b/tools/showPickled
index 67d86355ba..27421c3ae5 100755
--- a/tools/showPickled
+++ b/tools/showPickled
@@ -3,7 +3,7 @@
# Shows the pickled scala data in a classfile.
if [ $# == 0 ] ; then
- echo "Usage: $0 [-cp classpath] class class [...]"
+ echo "Usage: $0 [--bare] [-cp classpath] <class*>"
exit 1
fi