Added flag for image host

This commit is contained in:
Dylan Araps 2016-10-02 20:28:35 +11:00
parent 94cbd6bb02
commit 4bd83edf8f
1 changed files with 4 additions and 1 deletions

View File

@ -2943,8 +2943,10 @@ usage() { cat << EOF
--ascii_bold on/off Whether or not to bold the ascii logo.
Screenshot:
--scrot /path/to/img Take a screenshot, if path is left empty the screen-
--scrot | -s /path/to/img Take a screenshot, if path is left empty the screen-
shot function will use \$scrot_dir and \$scrot_name.
--upload | -su Same as --scrot but uploads the scrot to a website.
--image_host Website to upload scrots to. Takes: teknik,
--scrot_cmd cmd Screenshot program to launch
Other:
@ -3111,6 +3113,7 @@ getargs() {
scrot="on"
scrot_upload="on"
;;
--image_host) image_host="$2" ;;
--scrot_cmd) scrot_cmd="$2" ;;
# Other