esv: revise comments
This commit is contained in:
parent
36c520e00f
commit
1ba023122a
1 changed files with 3 additions and 6 deletions
9
esv.d
9
esv.d
|
@ -121,9 +121,8 @@ main(string[] args)
|
|||
enforceDie(verseValid(args[2]),
|
||||
"invalid verse format '%s'", args[2]);
|
||||
|
||||
/* determine configuration file
|
||||
* Options have first priority, then environment variables,
|
||||
* then the default path */
|
||||
/* determine configuration file: options take first priority,
|
||||
* then environment variables, and then the default path */
|
||||
config:
|
||||
configPath = environment.get(cf.configEnv, cf.configPath).expandTilde();
|
||||
try {
|
||||
|
@ -183,9 +182,7 @@ key = %s
|
|||
player ~ " is required for audio mode; cannot continue");
|
||||
|
||||
/* esv has built-in support for mpg123 and mpv.
|
||||
* other players will work, just recompile with
|
||||
* the DEFAULT_MPEGPLAYER enum set differently
|
||||
* or use the ESV_PLAYER environment variable */
|
||||
* Other players will work, just set ESV_PLAYER */
|
||||
player ~=
|
||||
player == "mpg123" ? " -q " :
|
||||
player == "mpv" ? " --msg-level=all=no " : " ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue