From 98a5af7c33afb036be0eb0799a8fdb96ba46c310 Mon Sep 17 00:00:00 2001 From: brennv Date: Mon, 11 Apr 2016 18:30:33 -0700 Subject: [PATCH] Replaces "oc build-logs" with "oc logs" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00bb09b..e429abc 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ If the build is not yet started (you can check by running `oc get builds`), star $ oc start-build nodejs-ex --follow -You can alternatively leave off `--follow` and use `oc build-logs nodejs-ex-n` where *n* is the number of the build to track the output of the build. +You can alternatively leave off `--follow` and use `oc logs nodejs-ex-n` where *n* is the number of the build to track the output of the build. #### Deploy the app