From 69d0bf0387c9f64939b5ad4847f0e357dc2be444 Mon Sep 17 00:00:00 2001 From: Arun Sojan Parolikkal Date: Tue, 25 May 2021 16:05:27 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1987e4c..4f9cb9f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Diary +# Diary [![Latest version]][crates.io] Encrypted memories [Latest Version]: https://img.shields.io/crates/v/diary.svg [crates.io]: https://crates.io/crates/serde # Usage - +``` USAGE: diary [FLAGS] [OPTIONS] --password @@ -17,7 +17,8 @@ FLAGS: OPTIONS: -d, --database This is the location of the database file. [default: .database] -p, --password This is the password to the database. - +``` + ## To make an entry 1. Run the program with the password and optionally the database options. 2. On the first screen, enter the day's diary entry. The date and day will be added by Diary.