Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-11-24 08:41:53 +03:00
parent 3cfdcb1209
commit fadba21791
1 changed files with 2 additions and 0 deletions

2
ufw
View File

@ -144,6 +144,7 @@ upload() {
-F secret="$secret" \
-F tags="$tags" \
-F notify="$flag_notify" \
-F void="${flag_void:-0}" \
-F submit="" \
"${misc_curl_args[@]}" \
-A 'zerofiles.org upload script' \
@ -357,6 +358,7 @@ main() {
-S|--short-url) flag_shortlink=1;;
-P|--page-url) flag_directlink=0;;
-q|--quiet) flag_quiet=1;;
-v|--void) flag_void=1;;
--notify) flag_notify=1;;
--no-notify|-n) flag_notify=0;;