nt

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/nt
Log | Files | Refs | LICENSE

commit a1b37155abe7449ae6205c3b1dda43dfb0c94802
parent 012023b2ecd819fe4a8c45635cb88c9e61990637
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Thu, 31 Aug 2017 17:28:28 -0700

Remove -s from usage in README and man page

Diffstat:
README.md | 6+++---
nt.1 | 6+++---
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -84,12 +84,12 @@ List just the *NUM* most recent notes: buy pie wash car -Search notes with a specified term: +Search notes through an external program: - $ nt -s pie + $ nt -l | grep pie buy pie $ nt make pie - $ nt -s pie + $ nt -l | grep pie buy pie make pie diff --git a/nt.1 b/nt.1 @@ -99,14 +99,14 @@ wash car .fi .RE .PP -Search notes with a specified term: +Search notes through an external program: .PP .RS .nf -$ nt \-s pie +$ nt -l | grep pie buy pie $ nt make pie -$ nt \-s pie +$ nt -l | grep pie buy pie make pie .fi