Changed readme to match recent changes

This commit is contained in:
Jon-William Lewis
2016-02-14 22:54:01 -06:00
parent 993a6508d3
commit 1cce779aa7

View File

@@ -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"