upped version number, added dodcumentation for -c

This commit is contained in:
James Tomasino 2018-08-15 20:48:51 -04:00
parent f3f5e6e8c8
commit a20eeeed0f
3 changed files with 6 additions and 2 deletions

View File

@ -38,6 +38,7 @@ Upload a file to a different pastebin endpoint
```bash
-f Explicitly interpret stdin as filename
-s server_address Use alternative pastebin server address
-c Pretty color output
-v Show current version number
-h Show help
```

2
pb
View File

@ -1,6 +1,6 @@
#!/bin/sh
version="v.2018.08.14"
version="v.2018.08.15"
ENDPOINT="https://0x0.tilde.team"
flag_options="hvcfs::x"
flag_version=0

5
pb.1
View File

@ -1,4 +1,4 @@
.TH PB 1 "14 August 2018" "v2018.08.14"
.TH PB 1 "15 August 2018" "v2018.08.14"
.SH NAME
pb \- a helper utility for using 0x0 pastebin services
.SH SYNOPSIS
@ -32,6 +32,9 @@ Explicitly interpret stdin as filename or names
.B -s <server_address>
Use alternative pastebin server address
.TP
.B -c
Pretty color output
.TP
.B -v
Display current version information.
.TP