From 934a72b94c54d1454ee3afb87dd1d5558fb99c1d Mon Sep 17 00:00:00 2001 From: Douwe Schulte Date: Wed, 22 Jun 2022 14:06:05 +0200 Subject: [PATCH] Fix Nitpick: scan-analyze description displays with an html tag when doing `help` #3843 --- src/Terminal/HelpText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index ad56946aa..0b763f408 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -35,7 +35,7 @@ export const TerminalHelpText: string[] = [ " rm [file] Delete a file from the server", " run [name] [-t n] [--tail] [args...] Execute a program or script", " scan Prints all immediately-available network connections", - " scan-analyze [d] [-a] Prints info for all servers up to d nodes away", + " scan-analyze [d] [-a] Prints info for all servers up to d nodes away", " scp [file ...] [server] Copies a file to a destination server", " sudov Shows whether you have root access on this computer", " tail [script] [args...] Displays dynamic logs for the specified script",