commit: 2b334c2424d669677037c1b82acbc3a464f8012a Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Sep 3 17:55:44 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Sep 3 17:55:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2b334c24
runtests: fix typo in help runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests b/runtests index d1f7b6f..36243c6 100755 --- a/runtests +++ b/runtests @@ -82,7 +82,7 @@ List all the available unittests. $ %(prog)s --list Run against specific versions of python. -$ %(prog)s --python-version '2.7 3.3' +$ %(prog)s --python-versions '2.7 3.3' Run just one unittest. $ %(prog)s pym/portage/tests/xpak/test_decodeint.py
