Description should come before usage qrify

This commit is contained in:
Alex Epstein 2017-07-17 14:17:59 -04:00
parent 8a7796cf98
commit eaf7830533
1 changed files with 1 additions and 1 deletions

View File

@ -90,8 +90,8 @@ checkInternet()
usage()
{
echo "Qrify"
echo "Usage: qrify [stringtoturnintoqrcode]"
echo "Description: Converts strings or urls into a qr code."
echo "Usage: qrify [stringtoturnintoqrcode]"
echo " -u Update Bash-Snippet Tools"
echo " -m Enable multiline support (feature not working yet)"
echo " -h Show the help"