3 Commits
1.7.1 ... 1.7.2

Author SHA1 Message Date
fbt
6a42269dbc README 2015-11-13 05:14:26 +03:00
fbt
84ac5fb315 actually not in megabytes 2015-11-13 05:13:45 +03:00
fbt
b264c94a85 taaaabs 2015-11-13 05:13:12 +03:00
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 (in megabytes) -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