From f83e09b9b6950f7b92061f8f5fcb2395a611f740 Mon Sep 17 00:00:00 2001
From: creme <creme@envs.net>
Date: Sun, 15 Dec 2019 18:36:48 +0100
Subject: [PATCH] fix manpage

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

diff --git a/pb.1 b/pb.1
index 56d1a90..8119a26 100644
--- a/pb.1
+++ b/pb.1
@@ -19,6 +19,8 @@ Data input can be provided as an argument or via stdin.
 The data will be processed as an image, text or URL to
 be shortened based on the context.
 
+Default Server: https://envs.sh
+
 The options are as follows:
 
 .TP
@@ -55,6 +57,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