From 1945cb1fc72bb7f49be495fb6c72aec212b0e064 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 4 Jun 2022 08:47:07 +0200 Subject: =?UTF-8?q?CHANGE(cli):=20Fix=20CLI=20help=20typo=20=E2=80=98fir?= =?UTF-8?q?=E2=80=99=20->=20=E2=80=98dir=E2=80=99=20->=20=E2=80=98director?= =?UTF-8?q?y=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use full word directory instead of less expressive ‘dir’. --- src/mumble/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 \n" - " Specifies an additional translation fir in which\n" - " Mumble will search for translation files that overwrite\n" - " the bundled ones\n" + " Specifies an additional translation directory \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" -- cgit v1.2.3