From: Zac Medico Date: Mon, 24 Nov 2008 01:41:15 +0000 (-0000) Subject: Fix typo in --help. (trunk r12072) X-Git-Tag: v2.1.6_rc1~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f85428042974bbd95c920e0dd7a52f72630494cf;p=portage.git Fix typo in --help. (trunk r12072) svn path=/main/branches/2.1.6/; revision=12073 --- diff --git a/bin/emaint b/bin/emaint index 8bc7c59e7..7b593f047 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"