From eaf78305335e6d18aa7b85fb83442074ca1d1246 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Mon, 17 Jul 2017 14:17:59 -0400 Subject: [PATCH] Description should come before usage qrify --- qrify/qrify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrify/qrify b/qrify/qrify index c5043ca..d37cc31 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -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"