aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorTarek Soliman2018-04-12 20:27:34 -0500
committerTarek Soliman2018-04-12 20:28:39 -0500
commit093d477a08631f1c6def79f9d0e5c967afea320d (patch)
tree3ca15a4a5e6276569696d4474f16b8d683ec0d2c /base
parent492605025c60866d21a4099abc00648978adeedd (diff)
downloadscummvm-rg350-093d477a08631f1c6def79f9d0e5c967afea320d.tar.gz
scummvm-rg350-093d477a08631f1c6def79f9d0e5c967afea320d.tar.bz2
scummvm-rg350-093d477a08631f1c6def79f9d0e5c967afea320d.zip
BASE: Minor text fix for --copy-protection help
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 9e62443d30..e1576a0fad 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -155,7 +155,7 @@ static const char HELP_STRING[] =
" --alt-intro Use alternative intro for CD versions of Beneath a\n"
" Steel Sky and Flight of the Amazon Queen\n"
#endif
- " --copy-protection Enable copy protection in SCUMM games, when\n"
+ " --copy-protection Enable copy protection in games, when\n"
" ScummVM disables it by default.\n"
" --talkspeed=NUM Set talk speed for games (default: 60)\n"
#if defined(ENABLE_SCUMM) || defined(ENABLE_GROOVIE)