summaryrefslogtreecommitdiffstats
path: root/fb.pod
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-02-02 16:22:49 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-02-02 17:21:57 +0100
commit3d9596bab71e36ef2e785d87e7473e10e0d0f22b (patch)
tree9709703c989d96e2b6579874f1f8e97b238265d9 /fb.pod
parent09e7b20e91214283be6d484fb201e39d98a76dd0 (diff)
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 <bluewind@server-speed.net>
Diffstat (limited to 'fb.pod')
-rw-r--r--fb.pod2
1 files changed, 2 insertions, 0 deletions
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<fb> 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<fb> will try to extract the ID.
-h
Display a short help message.