From: Zac Medico Date: Mon, 24 Nov 2008 01:39:41 +0000 (-0000) Subject: Fix typo in --help. X-Git-Tag: v2.2_rc16~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a83998cffdb62f68750b9bcdbabec6731bc50df5;p=portage.git Fix typo in --help. svn path=/main/trunk/; revision=12072 --- 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"