From 8c9e099b33b53924b8458d98dfe43134f2280326 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Fri, 3 Nov 2023 13:08:12 +0300 Subject: [PATCH] main: fix typo in the help message Follows up commit d5c874e1bd82 ("main: rewrite help message"). Thanks to Mergen Imeev (@ImeevMA) for pointing it out! Part of #8862 NO_DOC=The documentation request is present in d5c874e1bd82. NO_CHANGELOG=same as NO_DOC --- src/main.cc | 2 +- test/box-py/args.result | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cc b/src/main.cc index a186d28d35..e7a13a90bb 100644 --- a/src/main.cc +++ b/src/main.cc @@ -729,7 +729,7 @@ print_help(FILE *stream) "to see online documentation.\n" "\n" "Visit https://github.com/tarantool/tarantool to submit bugs\n" - "contribute a patch.\n"; + "or contribute a patch.\n"; fprintf(stream, help_msg, tarantool_version()); } diff --git a/test/box-py/args.result b/test/box-py/args.result index 0db5d78320..6dcb4cc611 100644 --- a/test/box-py/args.result +++ b/test/box-py/args.result @@ -106,7 +106,7 @@ Please visit project home page at https://tarantool.io to see online documentation. Visit https://github.com/tarantool/tarantool to submit bugs -contribute a patch. +or contribute a patch. tarantool -h Tarantool 3.<minor>.<patch>-<suffix> @@ -216,7 +216,7 @@ Please visit project home page at https://tarantool.io to see online documentation. Visit https://github.com/tarantool/tarantool to submit bugs -contribute a patch. +or contribute a patch. tarantool -Z tarantool: invalid option -- GitLab