2
0
Fork 0
mirror of https://github.com/alexanderepstein/Bash-Snippets synced 2018-11-08 02:59:35 +01:00

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

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"