Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
fix capitalization in help, see #53
Browse files Browse the repository at this point in the history
  • Loading branch information
jomo committed Dec 6, 2015
1 parent f179f43 commit 207412d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions imgur-screenshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -395,19 +395,19 @@ while [ ${#} != 0 ]; do
echo " ${0} [--debug] [optiion]... [file]..."
echo ""
echo " --debug Enable debugging, must be first option"
echo " -h, --help show this help, exit"
echo " -v, --version show current version, exit"
echo " -h, --help Show this help, exit"
echo " -v, --version Show current version, exit"
echo " --check Check if all dependencies are installed, exit"
echo " -c, --connect Show connected imgur account, exit"
echo " -o, --open <true|false> override 'open' config"
echo " -e, --edit <true|false> override 'edit' config"
echo " -l, --login <true|false> override 'login' config"
echo " -o, --open <true|false> Override 'open' config"
echo " -e, --edit <true|false> Override 'edit' config"
echo " -l, --login <true|false> Override 'login' config"
echo " -a, --album <album_title> Create new album and upload there"
echo " -A, --album-id <album_id> override 'album_id' config"
echo " -k, --keep-file <true|false> override 'keep_file' config"
echo " -d, --auto-delete <s> automatically delete image after <s> seconds"
echo " -u, --update check for updates, exit"
echo " file upload file instead of taking a screenshot"
echo " -A, --album-id <album_id> Override 'album_id' config"
echo " -k, --keep-file <true|false> Override 'keep_file' config"
echo " -d, --auto-delete <s> Automatically delete image after <s> seconds"
echo " -u, --update Check for updates, exit"
echo " file Upload file instead of taking a screenshot"
exit 0;;
-v | --version)
echo "${current_version}"
Expand Down

0 comments on commit 207412d

Please sign in to comment.