|
|
|
@ -27,7 +27,7 @@ usage() {
|
|
|
|
|
-F # Make a fullscreen shot instead of prompting for a window/area. Implies -s. |
|
|
|
|
-d # Supply a dexcription. |
|
|
|
|
-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 public. |
|
|
|
|
-u # Generate a shortlink from URL. |
|
|
|
|
-m # Maximum filesize (takes K, M and G suffixes). |
|
|
|
|
|
|
|
|
@ -257,7 +257,7 @@ main() {
|
|
|
|
|
|
|
|
|
|
while [[ "$1" ]]; do |
|
|
|
|
case "$1" in |
|
|
|
|
-p|--private) flag_private='true';; |
|
|
|
|
-p|--private) flag_private='false';; |
|
|
|
|
-R|--remove-file) flag_rm='1';; |
|
|
|
|
|
|
|
|
|
-s|--screenshot) flag_scrot='1';; |
|
|
|
|