diff --git a/README.md b/README.md index 1550f97..8e7e52f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Si non renseigné ni dans le fichier `.env` ni en argument de la commande, alors ./readmsg.sh ``` -### Options +_Options_: ``` -r,--recipient Uses as recipient of the messages. -k,--key Path to the pubsec keychain file of the issuer. @@ -27,7 +27,7 @@ Si non renseigné ni dans le fichier `.env` ni en argument de la commande, alors ./sendmsg.sh ``` -### Options +_Options_: ``` -t Test mode: Uses the "test.txt" file as well as the same recipient as the sender. -f,--file Read the file with title in first line and content in rest of the file for the message. @@ -39,10 +39,10 @@ Si non renseigné ni dans le fichier `.env` ni en argument de la commande, alors ## Suppression de messages ``` -./sendmsg.sh +./deletemsg.sh ``` -### Options +_Options_: ``` -id,--id Delete the message with ID . -i,--issuer Uses as issuer of the message.