Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeralChild64 <unknown>2022-11-06 00:50:49 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-11-06 02:03:45 +0300
commitd118e150ae4eaa1a2acba2ecaf331d9c3cdb0958 (patch)
tree35676f3ebaeb58e57c9d816f8fb86d776ae2d551
parent00a39f76cd781d066345272b85da86da1ddd7db5 (diff)
Fix sentence starting with lower case in MOUNT command help
-rw-r--r--src/dos/program_mount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dos/program_mount.cpp b/src/dos/program_mount.cpp
index 131c4d590..7165d8840 100644
--- a/src/dos/program_mount.cpp
+++ b/src/dos/program_mount.cpp
@@ -412,7 +412,7 @@ showusage:
void MOUNT::AddMessages() {
AddCommonMountMessages();
MSG_Add("PROGRAM_MOUNT_HELP",
- "maps physical folders or drives to a virtual drive letter.\n");
+ "Maps physical folders or drives to a virtual drive letter.\n");
MSG_Add("PROGRAM_MOUNT_HELP_LONG",
"Mount a directory from the host OS to a drive letter.\n"