summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfedora-easy-karma.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/fedora-easy-karma.py b/fedora-easy-karma.py
index 4262783..a3854a0 100755
--- a/fedora-easy-karma.py
+++ b/fedora-easy-karma.py
@@ -49,14 +49,14 @@ class FedoraEasyKarma(object):
usage = (
"usage: %prog [options] [pattern, ..] \n\n"
"You will be asked for every package installed from updates-testing to provide feedback using karma points. "
- "If pattern are provided, you will be only prompted for updates related to packages or builds that match any "
+ "If patterns are provided, you will be only prompted for updates related to packages or builds that match any "
"of the patterns. Possible wildcards are *, ?, [seq] and [!seq] as explained at http://docs.python.org/library/fnmatch.html\n"
- "After you have selected the karma points, you will be asked for a comment. An empty comments skips the package\n\n"
+ "After selecting the karma points, you will be asked for a comment. An empty comment skips the update.\n\n"
"Possible karma points are:\n"
"-1 : Update breaks something or does not fix a bug it is supposed to\n"
" 0 : The update has not been tested much or at all\n"
" 1 : The update seems not to break anything new\n"
- "All other inputs will skip the update\n"
+ "All other inputs will skip the update.\n"
"You can use <CTRL>-<D> on an empty prompt to exit\n"
"If you use a default comment, '<CTRL>-<X> <backspace>' can be used to delete the default comment to easily enter a custom one.\n"
"\n"