8fw now marks new files as private unless stated otherwise

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-02-22 23:19:06 +03:00
parent 2d7e65682f
commit 776217ab00
1 changed files with 2 additions and 2 deletions

4
ufw
View File

@ -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';;