From 57c31a40d07886831eaf14059ace361452ac7514 Mon Sep 17 00:00:00 2001 From: crc <> Date: Tue, 10 Oct 2023 09:54:47 +0000 Subject: [PATCH] retro(1): note that verbose output goes to /dev/stderr FossilOrigin-Name: 80a18380289ec06c1dd854fbf530e98263ba4ea614c265dc2b70cce66540420a --- man/retro.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/retro.1 b/man/retro.1 index b5e6dda..8fceda7 100644 --- a/man/retro.1 +++ b/man/retro.1 @@ -30,7 +30,7 @@ Start Retro in interactive mode. .It Fl s Start Retro in interactive mode and suppress the startup message. .It Fl v -Run in verbose mode, showing debugging information. +Run in verbose mode, showing debugging information. Verbose output is written to /dev/stderr. .It Fl t Ar filename Run any code and test blocks in the specified file. .It Fl f Ar filename