From 4af193e7d31d61796ca94a7d54cee2c74d5fbfb5 Mon Sep 17 00:00:00 2001 From: poka Date: Tue, 10 Nov 2020 11:39:57 +0100 Subject: [PATCH] Typo readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.