From cadbe4a910ce4351cdb1a4648a39282dfa66037d Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Mon, 20 Jan 2020 14:33:57 +0000
Subject: [PATCH] updated man page with extra heading

---
 pb.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pb.1 b/pb.1
index a918abd..6893e63 100644
--- a/pb.1
+++ b/pb.1
@@ -55,6 +55,7 @@ Upload piped output to the pastebin
 .TP
 .B find . -type f -name '*.js' -print | pb -f
 Upload a list of files to the pastebin individually
+.TP
 .B pb -s http://0x0.st scores.txt
 Upload a file to a different pastebin endpoint
 .TP