diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-07-01 23:31:23 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-07-01 23:31:23 +0200 |
commit | 9f6a429c3f7908c7582f7f2d834752a54b74624a (patch) | |
tree | 2f97ad913296be31c3a97edc11ab6fe4d56fab06 /fb-helper.c.in | |
parent | df54bdd9eeb043265a1446f8242037c983047cb0 (diff) |
fb-upload.c: fix synopsis
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'fb-helper.c.in')
-rw-r--r-- | fb-helper.c.in | 6 |
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> * |