This commit is contained in:
Jack L. Frost 2015-11-13 05:14:26 +03:00
parent 84ac5fb315
commit 6a42269dbc
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ A very simple tool to upload files to the zfh.so file hosting
-F # Make a fullscreen shot instead of prompting for a window/area. Implies -s. -F # Make a fullscreen shot instead of prompting for a window/area. Implies -s.
-D <num> # Delay the shot by <num> seconds. -D <num> # Delay the shot by <num> seconds.
-p # Make the file private. Requires $secret to be set in the config. -p # Make the file private. Requires $secret to be set in the config.
-m # Maximum filesize (takes K, M and G suffixes).
Config options (~/.suprc): Config options (~/.suprc):
secret # Your personal token. Get it at https://zfh.so/settings_form secret # Your personal token. Get it at https://zfh.so/settings_form

2
sup
View File

@ -43,7 +43,7 @@ sup.usage() {
-D <num> # Delay the shot by <num> seconds. -D <num> # Delay the shot by <num> seconds.
-p # Make the file private. Requires \$secret to be set in the config. -p # Make the file private. Requires \$secret to be set in the config.
-u # Generate a shortlink from URL. -u # Generate a shortlink from URL.
-m # Maximum filesize (takes K, M and G suffixes) -m # Maximum filesize (takes K, M and G suffixes).
Config options (~/.suprc): Config options (~/.suprc):
secret # Your personal token. Get it at https://zfh.so/settings_form secret # Your personal token. Get it at https://zfh.so/settings_form