From 3d9596bab71e36ef2e785d87e7473e10e0d0f22b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 2 Feb 2011 16:22:49 +0100 Subject: add support for URLs to -g and -d Try to extract the ID from URLs like http://paste.xinu.at/1234/ Signed-off-by: Florian Pritz --- fb.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fb.pod') diff --git a/fb.pod b/fb.pod index c78a39b..f9aaa76 100644 --- a/fb.pod +++ b/fb.pod @@ -30,11 +30,13 @@ If you want to be able to delete files, you have to add the following line to ~/ -d Delete the IDs. You can no longer upload files in this mode. + If the argument is a URL, C will try to extract the ID. -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 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. -h Display a short help message. -- cgit v1.2.3-24-g4f1b