diff options
author | Johannes Schickel | 2009-10-28 20:37:16 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-28 20:37:16 +0000 |
commit | d220c2dc5b4bf9ac749bf9ec5df73b2400191a74 (patch) | |
tree | e749b3cd26dbdb8f19c77ad26ae5b115a289d4d5 /tools/create_msvc | |
parent | 3263191c264b798ac1d91fd7ec41895862eb72b6 (diff) | |
download | scummvm-rg350-d220c2dc5b4bf9ac749bf9ec5df73b2400191a74.tar.gz scummvm-rg350-d220c2dc5b4bf9ac749bf9ec5df73b2400191a74.tar.bz2 scummvm-rg350-d220c2dc5b4bf9ac749bf9ec5df73b2400191a74.zip |
Change help text to nicely fit 80xY terminals.
svn-id: r45483
Diffstat (limited to 'tools/create_msvc')
-rw-r--r-- | tools/create_msvc/create_msvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp index 4ac6e3d615..ad2f3b06f7 100644 --- a/tools/create_msvc/create_msvc.cpp +++ b/tools/create_msvc/create_msvc.cpp @@ -286,7 +286,7 @@ void displayHelp(const char *exe) { " --file-prefix prefix allows overwriting of relative file prefix in the\n" " MSVC project files. By default the prefix is the\n" " \"path\\to\\source\" argument\n" - " --output-dir path overwrite the path, where the project files are placed.\n" + " --output-dir path overwrite path, where the project files are placed\n" " By default this is \".\", i.e. the current working\n" " directory\n" "\n" |