commit | d514d7909c47f23e1a1f168427d26fbf3fb13104 | [log] [tgz] |
---|---|---|
author | José Fonseca <jose.r.fonseca@gmail.com> | Fri Oct 05 20:56:05 2012 +0100 |
committer | José Fonseca <jose.r.fonseca@gmail.com> | Fri Oct 05 20:56:05 2012 +0100 |
tree | 1fb20df48a46a2391e193334324a1419770e6ac0 | |
parent | 96fc35dae084f7e24cbf872ef04fa2086fbfeeac [diff] [blame] |
Fix unpickle script help.
diff --git a/scripts/unpickle.py b/scripts/unpickle.py index d2db44d..50d8480 100755 --- a/scripts/unpickle.py +++ b/scripts/unpickle.py
@@ -245,7 +245,7 @@ def main(): optparser = optparse.OptionParser( - usage="\n\tapitrace pickle trace. %prog [options]") + usage="\n\tapitrace pickle <trace> | %prog [options]") optparser.add_option( '-p', '--profile', action="store_true", dest="profile", default=False,