From 988b3f9962651aa8472b971b5e011defcab43b54 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 21 Mar 2011 16:35:54 +0100 Subject: fb.pod: reword Signed-off-by: Florian Pritz --- fb.pod | 10 +++++----- 1 file 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 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 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 @@ -34,7 +34,7 @@ If you want to be able to delete files, you have to add the following line to ~/ -g 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 will try to extract the ID. @@ -69,8 +69,8 @@ fb -tc it using gzip and upload one archive. fb -c - 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 This will create a .tar archive containing only the folder and compress it using xz. -- cgit v1.2.3-24-g4f1b