commit b059459

hovercats  ·  2026-08-21 12:46:26 +0000 UTC
parent 32eb1af
fix missed flag that I didnt set to a shorthand one earlier
1 files changed,  +2, -2
M ampv
M ampv
+2, -2
 1@@ -47,9 +47,9 @@ switch($1) {
 2 		}
 3 		if not music=$*
 4 		player --no-audio-display $music
 5-	case unshuffle
 6+	case -u
 7 		printf 'playlist-unshuffle\n' | njetcat
 8 	case *
 9-		printf 'Usage: ampv -a|-d|-D|-i|-n|-p|-P|-s|-S|-g\n'
10+		printf 'Usage: ampv -a|-d|-D|-i|-n|-p|-P|-s|-S|-g|-u\n'
11 		exit 1
12 }