From c18d68f36dff9d742b8478ab889f884e22b57648 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 7 Jan 2022 09:34:00 -0500 Subject: fix wrap/nowrap help string in firemon --- src/firemon/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon') diff --git a/src/firemon/usage.c b/src/firemon/usage.c index baaef3111..c4268c4fc 100644 --- a/src/firemon/usage.c +++ b/src/firemon/usage.c @@ -38,12 +38,12 @@ static char *help_str = "\t--name=name - print information only about named sandbox.\n\n" "\t--netstats - monitor network statistics for sandboxes creating a new\n" "\t\tnetwork namespace.\n\n" - "\t--nowrap - enable line wrapping in terminals.\n\n" "\t--route - print route table for each sandbox.\n\n" "\t--seccomp - print seccomp configuration for each sandbox.\n\n" "\t--tree - print a tree of all sandboxed processes.\n\n" "\t--top - monitor the most CPU-intensive sandboxes.\n\n" "\t--version - print program version and exit.\n\n" + "\t--wrap - enable line wrapping in terminals.\n\n" "\t--x11 - print X11 display number.\n\n" "Without any options, firemon monitors all fork, exec, id change, and exit\n" -- cgit v1.2.3-54-g00ecf