summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-07-01 23:31:23 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-07-01 23:31:23 +0200
commit9f6a429c3f7908c7582f7f2d834752a54b74624a (patch)
tree2f97ad913296be31c3a97edc11ab6fe4d56fab06
parentdf54bdd9eeb043265a1446f8242037c983047cb0 (diff)
fb-upload.c: fix synopsis
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--fb-helper.c.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/fb-helper.c.in b/fb-helper.c.in
index 798052a..860a5e7 100644
--- a/fb-helper.c.in
+++ b/fb-helper.c.in
@@ -1,7 +1,11 @@
/*
* Description: This is intended as a helper script for fb only.
*
- * Synopsis: ./fb-upload <pastebin URL> <file>
+ * Synopsis: ./fb-upload <action> <URL> <file>
+ *
+ * action can be:
+ * d = download <URL>
+ * u = upload <file> to <URL>
*
* Author: Florian "Bluewind" Pritz <flo@xssn.at>
*