From 88e617f8ffa058349d55939724b0a69669d2f16c Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Wed, 25 Feb 2015 12:28:01 -0700 Subject: Removed find command from README This isn't completely implemented yet in the c refactor. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ed9249b..fb2ef5a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ operations without having to write a long command. ## Prerequisites * gcc -* gcc-c++ * make @@ -30,9 +29,6 @@ there), add ~/bin to your path, and you should be good to go. * **new**: Creates the specified note and opens for editing. * **edit**: Opens the specified note for editing. * **ls**: Lists all notes -* **find**: Performs a case insensitive search of all notes, displaying only - the lines that match along with their line numbers and files from which - they came. * **help**: Displays the help text. * **rm**: Deletes the specified note -- cgit v1.2.3