From b0c0f6f36f36fda11c13f68bfe364e2b5278833d Mon Sep 17 00:00:00 2001 From: Tim Brayshaw Date: Sat, 13 Apr 2013 00:10:15 +0100 Subject: [PATCH] Fix example for 'core is-installed' --- man-src/core-is-installed.txt | 2 +- man/core-is-installed.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man-src/core-is-installed.txt b/man-src/core-is-installed.txt index 6432d0e6..e4901fe3 100644 --- a/man-src/core-is-installed.txt +++ b/man-src/core-is-installed.txt @@ -1,5 +1,5 @@ ## EXAMPLES -if [ ! $(wp core is-installed) ]; then +if ! $(wp core is-installed); then wp core install fi diff --git a/man/core-is-installed.1 b/man/core-is-installed.1 index ac423ae1..0aab8f72 100644 --- a/man/core-is-installed.1 +++ b/man/core-is-installed.1 @@ -10,7 +10,7 @@ wp core is\-installed . .SH "EXAMPLES" -if [ ! $(wp core is\-installed) ]; then +if ! $(wp core is\-installed); then . .IP "" 4 . -- 2.11.0