aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorThierry Crozat2016-10-29 23:41:04 +0100
committerThierry Crozat2016-10-29 23:41:21 +0100
commit6d2fd12bb4e47939604cc601ecb053fc811e0d6b (patch)
treedfbeb2c594cfeba2132aaa117fd762cc21683703 /base
parent43dc1c6f954b060e765ab506904781f69d8732f7 (diff)
downloadscummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.tar.gz
scummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.tar.bz2
scummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.zip
BASE: Clarify how to specify a path in help for the auto-detect command
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 0c3d5d1610..0a900c47a8 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -69,6 +69,7 @@ static const char HELP_STRING[] =
" -t, --list-targets Display list of configured targets and exit\n"
" --list-saves=TARGET Display a list of saved games for the game (TARGET) specified\n"
" --auto-detect Display a list of games from current or specified directory\n"
+ " Use --path=PATH before --auto-detect to specify a directory.\n"
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
" --console Enable the console window (default:enabled)\n"
#endif