From a10e931247cde3ac4fc7e45ee0ffc5520d54bc77 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Tue, 14 Nov 2017 16:49:03 +0100 Subject: [PATCH] Correct -h output --- nvr/nvr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvr/nvr.py b/nvr/nvr.py index 69a5328..0eaed76 100644 --- a/nvr/nvr.py +++ b/nvr/nvr.py @@ -184,9 +184,9 @@ def parse_args(argv): $ nvr --remote-send 'iabc' $ nvr --remote-expr 'map([1,2,3], \"v:val + 1\")' - Any arguments not consumed by options will be fed to --remote: + Any arguments not consumed by options will be fed to --remote-silent: - $ nvr --remote file1 file2 + $ nvr --remote-silent file1 file2 $ nvr file1 file2 All --remote options take optional commands.