From c9a99eb94a564f6cf68c8336e0bfc292e702f031 Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Tue, 27 Oct 2020 01:51:01 +0000
Subject: [PATCH] -e option added to manpage

---
 pb.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pb.1 b/pb.1
index 256e2a9..f837387 100644
--- a/pb.1
+++ b/pb.1
@@ -71,6 +71,10 @@ Upload a file to a different pastebin endpoint
 .TP
 .B pb -u 'https://tilde.team'
 Shorten the URL to tilde.team
+.TP
+.B curl -s https://some/image/file.png | pb -e "png"
+Download a binary file and re-upload it to the pastebin with an explicit binary
+type and extension.
 
 .SH BUGS
 Report issues at the git repository at