From 84fd80e7c5e3e6ca3bbcdf9f2f8510559ca38d4c Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 14 Aug 2024 18:11:22 -0700 Subject: [PATCH] Note name of Mac sound plugin --- doc/commandline.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/commandline.html b/doc/commandline.html index edcae6d..3d49d60 100644 --- a/doc/commandline.html +++ b/doc/commandline.html @@ -155,8 +155,9 @@

dopewars command line options

-u name, --plugin=name
Uses the named plugin for sound output. Valid options are "none" (for no sound) plus any name registered by plugins found on your system. (These -are currently "winmm" for the Windows multimedia system plugin, and "esd" -and "sdl" for Unix plugins using the ESound and SDL libraries.) If no such +are currently "winmm" for the Windows multimedia system plugin, "cocoa" for the +macOS audio plugin, and "esd" and "sdl" for Unix plugins using the ESound +and SDL libraries respectively.) If no such option is given, the first valid sound plugin to be found is used.
-h, --help