diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-03-21 16:35:54 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-03-21 16:35:54 +0100 |
commit | 53151b3ca6716866349df3cc4cfa4fad4d49e09f (patch) | |
tree | 1f08da9df88b04b1073393d05105027d51ae179d /fb.pod | |
parent | 7716f822471901ab2a08d02944bef4c4190584a2 (diff) |
fb.pod: reword
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'fb.pod')
-rw-r--r-- | fb.pod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 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. |