summaryrefslogtreecommitdiffstats
path: root/fedora-easy-karma.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-04-08 00:04:30 +0300
committerTill Maas <opensource@till.name>2010-04-08 20:28:44 +0200
commit11aad6798fced03ad7d0831b9e1886a6f9f69f2f (patch)
tree80cdb8e716581b432c8aa74a557d888e9cf88724 /fedora-easy-karma.py
parent0574ca4f02adeb77868984b83b03a20f1f19c5bb (diff)
downloadfedora-easy-karma-11aad6798fced03ad7d0831b9e1886a6f9f69f2f.tar.gz
fedora-easy-karma-11aad6798fced03ad7d0831b9e1886a6f9f69f2f.tar.xz
fedora-easy-karma-11aad6798fced03ad7d0831b9e1886a6f9f69f2f.zip
Spelling fixes.
Diffstat (limited to 'fedora-easy-karma.py')
-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"