From 7d6462f9c83f9ec0e4fd2c876c5925921ead61c5 Mon Sep 17 00:00:00 2001 From: Casey Watson Date: Wed, 22 Aug 2018 09:09:30 -0600 Subject: [PATCH] Fix copy error in docs --- doc/vebugger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vebugger.txt b/doc/vebugger.txt index cee6412..89f4316 100644 --- a/doc/vebugger.txt +++ b/doc/vebugger.txt @@ -312,7 +312,7 @@ The supported extra arguments are: * "args": Command line arguments for the debugged script * "version": The version of the debugger to run -NInspect can also be launched with the *VBGstartRDebug* command: +NInspect can also be launched with the *VBGstartNInspect* command: > VBGstartNInspect script.js hello world <