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:
parent
8a7796cf98
commit
eaf7830533
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue