From fc67300bb7af9f1f5cee16e736a16df9b509c4e5 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Thu, 9 Nov 2023 01:05:41 +0100 Subject: [PATCH] fix typo and formatting Changed Url to URL Adjusted spacing Dropped superflous colons Old style: wgetpaste -S Services supported: (case sensitive): Name: | Url: ==========|================= 0x0 | http://0x0.st New style: wgetpaste -S Services supported: (case sensitive): Name | URL ==========|================= 0x0 | http://0x0.st --- wgetpaste | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wgetpaste b/wgetpaste index a270ddd..d046e87 100755 --- a/wgetpaste +++ b/wgetpaste @@ -614,9 +614,9 @@ showservices() { [[ ${#s} -gt $max ]] && max=${#s} done ((INDV=3+max+IND)) - engine=" $E[${INDV}G| Pastebin engine:" + engine=" $E[${INDV}G| Pastebin engine" fi - echo " Name: $E[${IND}G| Url:$engine" + echo " Name $E[${IND}G| URL$engine" echo -ne " "; for((s=3;s<${INDV:-${IND}}+17;s++)); do (( $s == IND-1 || $s == INDV-1 )) && echo -ne "|" || echo -ne "="; done; echo for s in $SERVICES; do [[ $s = $DEFAULT_SERVICE ]] && d="*" || d=" "