diff options
-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> * |