diff options
Diffstat (limited to 'oplot.py')
-rwxr-xr-x | oplot.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
61 | defaults = { | 64 | defaults = { |