summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-02-25 22:09:37 +0000
committerPaul Phillips <paulp@improving.org>2010-02-25 22:09:37 +0000
commit1911d4e96a7681d86d4735a63832a04cac0fb7a4 (patch)
tree4df6d7e42decac10fc6f32be8aebf6ded0b1ab79 /tools
parent52f85091e1f8dffb6018ab26ef0810065b45ad93 (diff)
downloadscala-1911d4e96a7681d86d4735a63832a04cac0fb7a4.tar.gz
scala-1911d4e96a7681d86d4735a63832a04cac0fb7a4.tar.bz2
scala-1911d4e96a7681d86d4735a63832a04cac0fb7a4.zip
Added a --bare option to ShowPickled so I can d...
Added a --bare option to ShowPickled so I can diff signatures without all the explicit indices blowing any points of similarity. No review.
Diffstat (limited to 'tools')
-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