commit: fdf55fd2cec43cc8d5de4ecd3be724e48431b399
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 16:17:11 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 16:17:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=fdf55fd2
bin/grsup: improve English.
bin/grsup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/grsup b/bin/grsup
index dc6c9c4..b512675 100755
--- a/bin/grsup
+++ b/bin/grsup
@@ -105,7 +105,7 @@ usage: grsup [-l] [pkg(s)] : update @world or pkg(s) if
given
grsup -h : print this help
"""
if extra:
- print('\nCombination of parameters invalid: %s' % extra)
+ print('\nInvalide combination of parameters: %s' % extra)
print(use)
sys.exit(rc)