From 451b8e9d898b67ad2457a8da75489f98d887b9ec Mon Sep 17 00:00:00 2001 From: Necmettin Karakaya Date: Tue, 13 Jun 2017 22:41:23 +0800 Subject: [PATCH] omf search update in readme. --pkg to -p Usage: omf search (-p/--plugin | -t/--theme) Search for a plugin or theme Examples: omf search -p nvm omf search -t bobthefish omf search vi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87c205c..8f50427 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Scaffold out a new package or theme. > This creates a new directory under `$OMF_CONFIG/{pkg | themes}/` with a template. -#### `omf search` _`-t|--theme / -pkg|--package`_ _``_ +#### `omf search` _`-t|--theme / -p|--package`_ _``_ Searches Oh My Fish's database for a given package, theme or both. It also supports fuzzy search, so if you are not sure of the name you can simply `omf search simple`.