--help formatting, README fix

This commit is contained in:
2018-06-14 10:51:56 +02:00
parent 17d097ea74
commit 1dd4682029
2 changed files with 10 additions and 7 deletions

View File

@ -7,7 +7,8 @@ STDOUT_TEXT="Type \"stdout\" to just put the string into stdout.\n"
function helpme() {
echo "$0 [ Jabber ID ] [ Device ID ] [ Fingerprint ] [ [ Filename.png ] | [ qr ] | [ stdout ] ]"
echo "You can use $0 without any arguments or put all the needed arguments in here. Don't forget the quotation marks. ;)"
echo "You can use $0 without any arguments or put all the needed arguments in here."
echo "Don't forget the quotation marks. ;)"
echo "Requires qrencode and/or qr or even nothing."
echo -e "\nExample:"
echo -e "# $0 [ Jabber ID ] [ Device ID ] \"[ Fingerprint ]\" [ filename.png or \"qr\" or \"stdout\" ] "