summaryrefslogtreecommitdiff
path: root/scripts/slight
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/slight')
-rwxr-xr-xscripts/slight2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slight b/scripts/slight
index 560f0fe..740c07e 100755
--- a/scripts/slight
+++ b/scripts/slight
@@ -64,7 +64,7 @@ while getopts "i:d:s:ph" option; do
;;
h) help; exit 0 ;;
- *) err "Try '${0} -h' for help.";;
+ *) err "Try '${0} -h' for help." ;;
esac
done