x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit f5a9007125ae212352facb8e2c55eccc174e2a23
parent 22e51464279b6d59942cf0b917638f4b362171aa
Author: Oliver Lowe <o@olowe.co>
Date:   Fri, 26 May 2023 18:22:04 +1000

link to the webpaste service

Diffstat:
Mman/webpaste.1 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/webpaste.1 b/man/webpaste.1 @@ -2,7 +2,7 @@ .Dt WEBPASTE 1 .Sh NAME .Nm webpaste -.Nd create a web paste on clbin.com +.Nd create a web paste on webpaste.olowe.co .Sh SYNOPSIS .Nm .Op Ar file @@ -12,10 +12,10 @@ The utility reads from .Ar file , or the standard input if none is specified, -and creates a paste from its contents on the clbin.com service. +and creates a paste from its contents on the webpaste.olowe.co service. A URL to the paste is printed on success. .Sh EXIT STATUS .Ex .Sh SEE ALSO .Xr curl 1 , -.Lk https://clbin.com The clbin website +.Lk https://webpaste.olowe.co The webpaste website