From 66ef51a47d3b679b428ac50a8e2e7d9202fba7d6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 25 May 2018 17:43:38 +0300 Subject: [PATCH] chore(help) rm --cache, --no-cache --- json/help.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/json/help.json b/json/help.json index fdc454fe..96ed2edd 100644 --- a/json/help.json +++ b/json/help.json @@ -29,7 +29,6 @@ "--terminal-path ": "set terminal path", "--vim ": "enable vim hot keys", "--columns ": "set visible columns", - "--cache ": "enable cache", "--no-server ": "do not start server", "--no-auth ": "disable authorization", "--no-online ": "load scripts from local server", @@ -48,6 +47,5 @@ "--no-contact ": "disable contact", "--no-terminal ": "disable terminal", "--no-vim ": "disable vim hot keys", - "--no-columns ": "set default visible columns", - "--no-cache ": "disable cache" + "--no-columns ": "set default visible columns" }