8fw now marks new files as private unless stated otherwise
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
2d7e65682f
commit
776217ab00
4
ufw
4
ufw
|
@ -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';;
|
||||
|
|
Loading…
Reference in New Issue
Block a user