aboutsummaryrefslogtreecommitdiffhomepage
path: root/make_completions.py
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-03-16 03:03:43 -0700
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-03-16 03:05:51 -0700
commitc6c55823aca2ba45d36dfe5500648b28e9c56d11 (patch)
tree753229935d6d25ba9921158d027d2953a72c2a8d /make_completions.py
parent8b8a970098d49334990e6284629eed5d89c43f4e (diff)
More work on web config
Diffstat (limited to 'make_completions.py')
-rwxr-xr-xmake_completions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_completions.py b/make_completions.py
index 2a960ccb..1ba09457 100755
--- a/make_completions.py
+++ b/make_completions.py
@@ -14,7 +14,7 @@ cl = { re.compile(r"-[ \t]*\n[ \t\r]+" ):"",
def header(cmd):
print '''#
# Command specific completions for the %s command.
-# These completions where generated from the commands
+# These completions were generated from the commands
# man page by the make_completions.py script, but may
# have been hand edited since.
#