Skip to content

Commit

Permalink
Correct chatmix help text
Browse files Browse the repository at this point in the history
Fixes #341
  • Loading branch information
Sapd committed May 10, 2024
1 parent 9af6929 commit ea79eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ void print_help(char* programname, struct device* device_found, bool _show_all)
printf(" -i, --inactive-time MINUTES\tSet inactive time (0-90 minutes, 0 disables)\n");
}
if (show_chatmix_status) {
printf(" -m, --chatmix LEVEL\t\tGet chat-mix-dial level (0-128, <64 for game, >64 for chat)\n");
printf(" -m, --chatmix\t\t\tGet chat-mix-dial level (0-128, <64 for game, >64 for chat)\n");
}
if (show_notification_sound) {
printf(" -n, --notificate SOUNDID\tPlay notification sound (SOUNDID depends on device)\n");
Expand Down

0 comments on commit ea79eb1

Please sign in to comment.