Skip to content

Commit fffbdf1

Browse files
committed
Remove another superfluous colon
1 parent fc67300 commit fffbdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgetpaste

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ showservices() {
600600
done
601601
exit 0
602602
fi
603-
echo "Services supported: (case sensitive):"
603+
echo "Services supported (case sensitive):"
604604
max=4
605605
for s in $SERVICES; do
606606
[[ ${#s} -gt $max ]] && max=${#s}

0 commit comments

Comments
 (0)