Skip to content
Snippets Groups Projects
Commit 8c9e099b authored by Alexander Turenko's avatar Alexander Turenko Committed by Alexander Turenko
Browse files

main: fix typo in the help message

Follows up commit d5c874e1 ("main: rewrite help message").

Thanks to Mergen Imeev (@ImeevMA) for pointing it out!

Part of #8862

NO_DOC=The documentation request is present in d5c874e1.
NO_CHANGELOG=same as NO_DOC
parent d5c874e1
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment