diff options
-rwxr-xr-x | bin/emaint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emaint b/bin/emaint index 14e9e49d4..0d053d7fb 100755 --- a/bin/emaint +++ b/bin/emaint @@ -500,7 +500,7 @@ def emaint_main(myargv): usage = "usage: emaint [options] COMMAND" desc = "The emaint program provides an interface to system health " + \ - "checks and maintenance. See the emaint(1) man page for " + \ + "checks and maintenance. See the emaint(1) man page " + \ "for additional information about the following commands:" usage += "\n\n" |