From 1cce779aa7e46297fdf754d767e7e3b494c402d6 Mon Sep 17 00:00:00 2001 From: Jon-William Lewis Date: Sun, 14 Feb 2016 22:54:01 -0600 Subject: [PATCH] Changed readme to match recent changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41e571c..7984fd9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Simple Note System ================== The Simple Note System is a shell script enabling easy management of plain-text -notes. SNS depends on OpenSSL for encryption and uses the vim editor by default. +notes. SNS depends on GPG for encryption and uses the vim editor by default. usage: sns [-ce] NAME NOTEBOOK SECTION" sns [-d ] NAME NOTEBOOK SECTION" @@ -16,4 +16,4 @@ notes. SNS depends on OpenSSL for encryption and uses the vim editor by default. -h | --help : Display this message" -p | --print : Print note to console" -l | --list : List all notes in NOTEBOOK" - -w | --wconf : Rewrite default configuration" + -i | --init : Write default config and initalize SNS store"