aboutsummaryrefslogtreecommitdiffstats
path: root/oplot.py
diff options
context:
space:
mode:
Diffstat (limited to 'oplot.py')
-rwxr-xr-xoplot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oplot.py b/oplot.py
index 0212376..2945b63 100755
--- a/oplot.py
+++ b/oplot.py
@@ -56,6 +56,9 @@ options = [
56 o(None, '--ylog', action='store_true', dest='ylog', 56 o(None, '--ylog', action='store_true', dest='ylog',
57 help='use logarithmic y-axis'), 57 help='use logarithmic y-axis'),
58 58
59 o(None, '--cycles', action='store', dest='cycles', type='int',
60 help='how many cycles per usec'),
61
59 ] 62 ]
60 63
61defaults = { 64defaults = {