summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-03-21 16:35:54 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-09-11 21:58:21 +0200
commit988b3f9962651aa8472b971b5e011defcab43b54 (patch)
treeff75d4f95467b059ca96df1cd51236da115a2dc9
parenteef51353da31f61fb10297b1c5ce453e01ebbfa7 (diff)
fb.pod: reword
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--fb.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/fb.pod b/fb.pod
index 73b2be8..d79e9d4 100644
--- a/fb.pod
+++ b/fb.pod
@@ -18,10 +18,10 @@ X clipboard if xclip is installed.
Folders will be tar'ed and the resulting upload.tar file will be uploaded.
If no arguments are given, C<fb> will read data from stdin into a temporary file
-which will be uploaded once EOF is received.
+that will be uploaded once EOF is received.
If the file being uploaded is bigger than 10MB C<fb> will query the server for the
-maximum upload size and abort the upload in case the file would be rejected.
+maximum upload size and abort the upload if the file would be rejected.
If you want to be able to delete files, you have to add the following line to ~/.netrc
machine paste.xinu.at password <your_secret_password>
@@ -34,7 +34,7 @@ If you want to be able to delete files, you have to add the following line to ~/
-g <ID(s)>
Download the IDs and output on stdout. Please take care when using this,
- as binary data can cause unexpected results when being output directly
+ as binary data may cause unexpected results when being output directly
to a terminal. You can no longer upload files in this mode.
If the argument is a URL, C<fb> will try to extract the ID.
@@ -69,8 +69,8 @@ fb -tc <folder> <file>
it using gzip and upload one archive.
fb -c <folder> <file>
- This will create a .tar archive of the folder only, compress both using gzip, the archive
- and the file and upload both independently.
+ This will create a .tar archive containing only the folder. Both (folder and file)
+ will be compressed using gzip and uploaded independently.
fb -cc <folder>
This will create a .tar archive containing only the folder and compress it using xz.