Skip to content

Commit a54a0af

Browse files
committed
make help message cleaner
1 parent 4fab644 commit a54a0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func init() {
5757

5858
// Define CLI flags
5959
rootCmd.PersistentFlags().String("config", "", "Path to the config file (default ~/.config/QuickPiperAudiobook/config.yaml)")
60-
rootCmd.PersistentFlags().Bool("speak-utf-8", false, "Enable UTF-8 character speech (e.g., Chinese, diacritics)")
60+
rootCmd.PersistentFlags().Bool("speak-utf-8", false, "Enable UTF-8 character speech (don't strip out UTF-8 characters like Chinese or diacritics)")
6161
rootCmd.PersistentFlags().String("model", "en_US-hfc_male-medium.onnx", "Speech synthesis model to use")
6262
rootCmd.PersistentFlags().String("output", ".", "Output directory for the audiobook")
6363
rootCmd.PersistentFlags().Bool("mp3", false, "Export audiobook as MP3 (requires ffmpeg)")

0 commit comments

Comments
 (0)