diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-27 07:57:40 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-27 07:57:40 (EST) |
commit | ef00882837ca68304ff933df0b2fcd0875fb5b6e (patch) | |
tree | ab2115c3c760a28b5e90e59a3bd14ddf4816d0fc /src/oh-gencontrol | |
parent | 85488718186e22bc322fa24a67deb0dbdfaf2877 (diff) |
Fix inconsistent capitalization of "Error".
Diffstat (limited to 'src/oh-gencontrol')
-rw-r--r-- | src/oh-gencontrol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-gencontrol b/src/oh-gencontrol index 00c1ba2..62a6eef 100644 --- a/src/oh-gencontrol +++ b/src/oh-gencontrol @@ -28,7 +28,7 @@ print_usage() missing_field() { - printf 'oh-gencontrol: ERROR: Missing field "%s" in control file.\n' \ + printf 'oh-gencontrol: Error: Missing field "%s" in control file.\n' \ "${1}" >&2 exit 2 } |