aboutsummaryrefslogtreecommitdiff
path: root/find_key
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-07-05 21:13:12 -0400
committerB. Watson <yalhcru@gmail.com>2020-07-05 21:13:12 -0400
commit0af243616ea2870796382d778dc1281121714288 (patch)
tree84fd73c496b3adb3c3486e8f8754c36c73d12f83 /find_key
parent94ea7a8cd41b5b0cebf2606f4319ca5050e80520 (diff)
downloadmisc-scripts-0af243616ea2870796382d778dc1281121714288.tar.gz
Minor updates from ~/bin
Diffstat (limited to 'find_key')
-rwxr-xr-xfind_key4
1 files changed, 2 insertions, 2 deletions
diff --git a/find_key b/find_key
index 485e728..5e5e035 100755
--- a/find_key
+++ b/find_key
@@ -55,8 +55,8 @@ $0: Find key of music in audio (or maybe video) files.
Usage: $0 [-m|-M] file.wav [file.wav ...]
--m: Force all keys to minor
--M: Force all keys to major
+-m: Force major keys to relative minor
+-M: Force minor keys to relative major
EOF
exit 0;
}