From 712c1bf892e5cbff7488b301b4c8d30de554274d Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Tue, 9 Oct 2018 20:21:18 -0400
Subject: [PATCH] documentation added for URL shortening

---
 README.md | 17 ++++++++++++-----
 pb.1      |  3 +++
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c771133..8533060 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-pb ![calver](https://img.shields.io/badge/calver-2018.08.16-22bfda.svg?style=flat-square) ![status](https://img.shields.io/badge/status-working-green.svg?style=flat-square) ![license](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat-square)
+pb ![calver](https://img.shields.io/badge/calver-2018.10.09-22bfda.svg?style=flat-square) ![status](https://img.shields.io/badge/status-working-green.svg?style=flat-square) ![license](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat-square)
 ------
 
 **pb** is a helper utility for using 0x0 pastebin services
@@ -33,14 +33,21 @@ pb -s http://0x0.st scores.txt
 
 Upload a file to a different pastebin endpoint
 
+```bash
+pb -u https://google.com
+```
+
+Shorten a URL
+
 ### Options
 
 ```bash
-  -f                        Explicitly interpret stdin as filename
-  -s server_address         Use alternative pastebin server address
-  -c                        Pretty color output
+  -h                        Show this help
   -v                        Show current version number
-  -h                        Show help
+  -f                        Explicitly interpret stdin as filename
+  -c                        Pretty color output
+  -u                        Shorten URL
+  -s server_address         Use alternative pastebin server address
 ```
 
 ### Install
diff --git a/pb.1 b/pb.1
index 69c4406..1edd2d6 100644
--- a/pb.1
+++ b/pb.1
@@ -32,6 +32,9 @@ Explicitly interpret stdin as filename or names
 .B -s <server_address>
 Use alternative pastebin server address
 .TP
+.B -u
+Shorten a URL provided as an argument or passed via stdin
+.TP
 .B -c
 Pretty color output
 .TP