mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-08 00:05:51 +00:00
fixed quotes
This commit is contained in:
parent
8ac011d8bb
commit
12d45b7852
1 changed files with 3 additions and 3 deletions
6
pb.1
6
pb.1
|
@ -13,12 +13,12 @@ service endpoint can be overridden.
|
||||||
.SH USAGE
|
.SH USAGE
|
||||||
.TP
|
.TP
|
||||||
.B pb scores.txt
|
.B pb scores.txt
|
||||||
Upload "scores.txt" to the pastebin
|
Upload 'scores.txt' to the pastebin
|
||||||
.TP
|
.TP
|
||||||
.B echo "Secret info" | pb
|
.B echo 'Secret info' | pb
|
||||||
Upload piped output to the pastebin
|
Upload piped output to the pastebin
|
||||||
.TP
|
.TP
|
||||||
.B find . -type f -name "*.js" -print | pb -f
|
.B find . -type f -name '*.js' -print | pb -f
|
||||||
Upload a list of files to the pastebin individually
|
Upload a list of files to the pastebin individually
|
||||||
.B pb -s http://0x0.st scores.txt
|
.B pb -s http://0x0.st scores.txt
|
||||||
Upload a file to a different pastebin endpoint
|
Upload a file to a different pastebin endpoint
|
||||||
|
|
Loading…
Add table
Reference in a new issue