Skip to content

Commit

Permalink
fix typo and formatting
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jonasstein authored and heirecka committed Mar 11, 2024
1 parent 3ae9820 commit fc67300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wgetpaste
Original file line number Diff line number Diff line change
Expand Up @@ -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=" "
Expand Down

0 comments on commit fc67300

Please sign in to comment.