aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-01-07 09:34:00 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-01-07 09:34:00 -0500
commitc18d68f36dff9d742b8478ab889f884e22b57648 (patch)
tree77b998904d55aab099ac85affe20f19533ce40f1 /src
parentprofiles: fix librewolf (#4838) (diff)
downloadfirejail-c18d68f36dff9d742b8478ab889f884e22b57648.tar.gz
firejail-c18d68f36dff9d742b8478ab889f884e22b57648.tar.zst
firejail-c18d68f36dff9d742b8478ab889f884e22b57648.zip
fix wrap/nowrap help string in firemon
Diffstat (limited to 'src')
-rw-r--r--src/firemon/usage.c2
1 files changed, 1 insertions, 1 deletions
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 =
38 "\t--name=name - print information only about named sandbox.\n\n" 38 "\t--name=name - print information only about named sandbox.\n\n"
39 "\t--netstats - monitor network statistics for sandboxes creating a new\n" 39 "\t--netstats - monitor network statistics for sandboxes creating a new\n"
40 "\t\tnetwork namespace.\n\n" 40 "\t\tnetwork namespace.\n\n"
41 "\t--nowrap - enable line wrapping in terminals.\n\n"
42 "\t--route - print route table for each sandbox.\n\n" 41 "\t--route - print route table for each sandbox.\n\n"
43 "\t--seccomp - print seccomp configuration for each sandbox.\n\n" 42 "\t--seccomp - print seccomp configuration for each sandbox.\n\n"
44 "\t--tree - print a tree of all sandboxed processes.\n\n" 43 "\t--tree - print a tree of all sandboxed processes.\n\n"
45 "\t--top - monitor the most CPU-intensive sandboxes.\n\n" 44 "\t--top - monitor the most CPU-intensive sandboxes.\n\n"
46 "\t--version - print program version and exit.\n\n" 45 "\t--version - print program version and exit.\n\n"
46 "\t--wrap - enable line wrapping in terminals.\n\n"
47 "\t--x11 - print X11 display number.\n\n" 47 "\t--x11 - print X11 display number.\n\n"
48 48
49 "Without any options, firemon monitors all fork, exec, id change, and exit\n" 49 "Without any options, firemon monitors all fork, exec, id change, and exit\n"