From 1a32f58324bf79039bf48adc0cf5993e77bd77c0 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Sat, 4 Feb 2023 20:19:45 -0800 Subject: [PATCH] Fix errant tab in help output --- exec/msglist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/msglist.js b/exec/msglist.js index 94dae421dc..c4497fc129 100644 --- a/exec/msglist.js +++ b/exec/msglist.js @@ -58,7 +58,7 @@ if(argv.indexOf('-?') >= 0 || argv.indexOf('-help') >= 0) writeln(" -fmt=<fmt> specify format string"); writeln(" -hdr include list header"); writeln(" -count show count of messages only"); - writeln(" -all_subs action for all sub areas") + writeln(" -all_subs action for all sub areas") writeln(" -hide_zero do not show a line if zero messages are returned") exit(0); } -- GitLab