diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-11-24 01:39:41 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-11-24 01:39:41 +0000 |
commit | a83998cffdb62f68750b9bcdbabec6731bc50df5 (patch) | |
tree | bd1e2cfad166449c5f7b30e04f8f6a1a4b948faa | |
parent | 68fd5b087609ac63c67f76276f01869dafe26234 (diff) | |
download | portage-a83998cffdb62f68750b9bcdbabec6731bc50df5.tar.gz portage-a83998cffdb62f68750b9bcdbabec6731bc50df5.tar.bz2 portage-a83998cffdb62f68750b9bcdbabec6731bc50df5.zip |
Fix typo in --help.
svn path=/main/trunk/; revision=12072
-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" |