From 318c499dc579dbeb106687df9d208af90f05f649 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Sat, 30 Jan 2021 02:31:16 +0000 Subject: [PATCH] Change opt message to reflect default selection accurately. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4a4b750..9eeb11b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -180,7 +180,7 @@ fn setup(args: &[String]) -> Setup { .optopt( "", "normalisation-gain-type", - "Specify the normalisation gain type to use - [track, album]. Default is track.", + "Specify the normalisation gain type to use - [track, album]. Default is album.", "GAIN_TYPE", ) .optopt(