mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-11-20 03:25:54 +01:00
upped version number, added dodcumentation for -c
This commit is contained in:
parent
f3f5e6e8c8
commit
a20eeeed0f
@ -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
2
pb
@ -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
5
pb.1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user