zlin / wgetpaste

MIT License
34 stars 16 forks source link

fix typo and formatting #52

Closed jonasstein closed 6 months ago

jonasstein commented 10 months ago

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
xxc3nsoredxx commented 10 months ago

You forgot a 'u' in "superfluous" in the commit message, but LGTM.