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"