diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-08-27 23:08:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-08-27 23:08:10 +0000 |
commit | b57a772ba25645f1687d9799709b882cf5ef9445 (patch) | |
tree | c6dda3af8f7938447ea3bf0960f5f53cc238bb43 | |
parent | d67b34124b660af0968e517484b597a9de07b554 (diff) | |
download | portage-b57a772ba25645f1687d9799709b882cf5ef9445.tar.gz portage-b57a772ba25645f1687d9799709b882cf5ef9445.tar.bz2 portage-b57a772ba25645f1687d9799709b882cf5ef9445.zip |
Fix RepoMan's grammar.
svn path=/main/trunk/; revision=7711
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman index eded5cb55..e7b76cc68 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1582,7 +1582,7 @@ if mymode!="commit": else: if dofail and "--force" in myoptions and "--pretend" not in myoptions: print green("RepoMan sez:") + \ - " \"You want commit even with these QA issues?\n" + \ + " \"You want to commit even with these QA issues?\n" + \ " I'll take it this time, but I'm not happy.\"\n" elif dofail: print turquoise("Please fix these important QA issues first.") |