diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:24:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 11:24:11 +0200 |
commit | c3320f1b5f704d5c3ed505f30cb87184ad202bec (patch) | |
tree | b52648b12eda0b61c35b835eb55d5a065bebf2fe /doc/cli.sh | |
parent | c896724d35ae6b15598879d394502afff501c62e (diff) |
Finish man page styling
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #! /usr/bin/env bash version="0.2.0" -date="XX January 2016" +date="January 2016" trap 'exit 1' ERR set -o errtrace # Trap in functions. |