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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2022-06-04 09:47:07 +0300
committerJan Klass <kissaki@posteo.de>2022-06-04 09:47:07 +0300
commit1945cb1fc72bb7f49be495fb6c72aec212b0e064 (patch)
treeed1b7df3ce79c9e3c54d98daeceffc5e62a66635 /src
parentdd5df45313a937359285327f556557159bab758e (diff)
CHANGE(cli): Fix CLI help typo ‘fir’ -> ‘dir’ -> ‘directory’
Use full word directory instead of less expressive ‘dir’.
Diffstat (limited to 'src')
-rw-r--r--src/mumble/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mumble/main.cpp b/src/mumble/main.cpp
index 805450ddd..da6428778 100644
--- a/src/mumble/main.cpp
+++ b/src/mumble/main.cpp
@@ -276,9 +276,9 @@ int main(int argc, char **argv) {
" Print on stdout the echo cancellation queue state\n"
" (useful for debugging purposes)\n"
" --translation-dir <dir>\n"
- " Specifies an additional translation fir <dir> in which\n"
- " Mumble will search for translation files that overwrite\n"
- " the bundled ones\n"
+ " Specifies an additional translation directory <dir>\n"
+ " in which Mumble will search for translation files that\n"
+ " overwrite the bundled ones\n"
" Directories added this way have higher priority than\n"
" the default locations used otherwise\n"
" --print-translation-dirs\n"