diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 02:51:18 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-28 02:51:18 +0300 |
commit | 1995566e0e3340b52b521946e2f20135f2e9f5b2 (patch) | |
tree | 9b82a383e7ff085619b59f75e4b0cb7219341c5b | |
parent | a47786642b36ce89232fa8436459402c821c9740 (diff) |
Formatting fix
-rwxr-xr-x | mkpass | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ set -e -usage() { +usage() +{ echo "Usage: ${0##*/} [-l length] [chars]" >&2 exit 1 } |