aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-01-18 09:30:36 -0500
committerGitHub <noreply@github.com>2021-01-18 09:30:36 -0500
commit51936126d3281231ec8f971ebefd82a95f8dc0e6 (patch)
treef70570b2a98da9366214a83b7b48a68ec0bb7848 /src/nvim/main.c
parent4d1e7e5b12095b1f2634e69a22ad580b6e2ffecd (diff)
parent8bbf1e2e3c89ad41e773b5bf1d472f4597b454e3 (diff)
downloadrneovim-51936126d3281231ec8f971ebefd82a95f8dc0e6.tar.gz
rneovim-51936126d3281231ec8f971ebefd82a95f8dc0e6.tar.bz2
rneovim-51936126d3281231ec8f971ebefd82a95f8dc0e6.zip
Merge pull request #13767 from srafi1/rm-restricted-mode-docs
Remove -Z flag from --help message
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 8bf745966e..9f71df3a46 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -2044,7 +2044,6 @@ static void usage(void)
mch_msg(_(" -u <config> Use this config file\n"));
mch_msg(_(" -v, --version Print version information\n"));
mch_msg(_(" -V[N][file] Verbose [level][file]\n"));
- mch_msg(_(" -Z Restricted mode\n"));
mch_msg("\n");
mch_msg(_(" --api-info Write msgpack-encoded API metadata to stdout\n"));
mch_msg(_(" --embed Use stdin/stdout as a msgpack-rpc channel\n"));