remove non-ASCII quotation
This commit is contained in:
parent
10c498c993
commit
7b5b92a0e5
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ commandline_options::commandline_options(const std::vector<std::string>& args)
|
|||
("log-precise", "shows the timestamps in log output with more precision.")
|
||||
("no-log-to-file", "log output is written only to standard error rather than to a file. The environment variable WESNOTH_NO_LOG_FILE can also be set as an alternative.")
|
||||
("log-to-file", "log output is written to the log file instead of standard error. Cancels the effect of --no-log-to-file whether implicit or explicit.")
|
||||
("no-log-sanitize", "disables the anonymization that's normally applied when logging, for example replacing usernames with “USER”")
|
||||
("no-log-sanitize", "disables the anonymization that's normally applied when logging, for example replacing usernames with USER.")
|
||||
("wnoconsole", "For Windows, when used with --no-log-to-file, results in output being written to cerr/cout instead of CONOUT. Otherwise, does nothing.")
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue