aboutsummaryrefslogtreecommitdiff
path: root/shiv.py
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2016-04-22 19:15:16 -0400
committerGrissess <grissess@nexusg.org>2016-04-22 19:15:16 -0400
commita3cfdd481d40a7a28dcb5f421797d52b10deeab1 (patch)
tree0b7ade272f2966886135b57e8695c62dc0758ff0 /shiv.py
parentb6ab9fcbec899e345d81554d60111e95cf9ce466 (diff)
Added saw wave
Diffstat (limited to 'shiv.py')
-rw-r--r--shiv.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/shiv.py b/shiv.py
index 423bdf7..80411e3 100644
--- a/shiv.py
+++ b/shiv.py
@@ -9,8 +9,8 @@ parser.add_option('-n', '--number', dest='number', action='store_true', help='Sh
parser.add_option('-g', '--groups', dest='groups', action='store_true', help='Show group names')
parser.add_option('-N', '--notes', dest='notes', action='store_true', help='Show number of notes')
parser.add_option('-m', '--meta', dest='meta', action='store_true', help='Show meta track information')
-parser.add_option('-h', '--histogram', dest='histogram', action='store_true', help='Show a histogram distribution of pitches')
-parser.add_option('-H', '--histogram-tracks', dest='histogram_tracks', action='store_true', help='Show a histogram distribution of pitches per track')
+parser.add_option('--histogram', dest='histogram', action='store_true', help='Show a histogram distribution of pitches')
+parser.add_option('--histogram-tracks', dest='histogram_tracks', action='store_true', help='Show a histogram distribution of pitches per track')
parser.add_option('-d', '--duration', dest='duration', action='store_true', help='Show the duration of the piece')
parser.add_option('-D', '--duty-cycle', dest='duty_cycle', action='store_true', help='Show the duration of the notes within tracks, and as a percentage of the piece duration')