From 12d45b7852e793ca6112d7c2d8eb101ae479a55f Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Tue, 14 Aug 2018 23:52:50 -0400 Subject: [PATCH] fixed quotes --- pb.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pb.1 b/pb.1 index 2c9170c..18058b0 100644 --- a/pb.1 +++ b/pb.1 @@ -13,12 +13,12 @@ service endpoint can be overridden. .SH USAGE .TP .B pb scores.txt -Upload "scores.txt" to the pastebin +Upload 'scores.txt' to the pastebin .TP -.B echo "Secret info" | pb +.B echo 'Secret info' | pb Upload piped output to the pastebin .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 .B pb -s http://0x0.st scores.txt Upload a file to a different pastebin endpoint