From 443d7d9160f41b7736769fa015fc25f2a8466d3f Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Wed, 25 Jul 2018 10:57:31 -0700 Subject: [PATCH] install: gce: show should be describe for image inspection s/show/describe Fixes: #197 Signed-off-by: Eric Ernst --- install/gce-installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gce-installation-guide.md b/install/gce-installation-guide.md index 5ceba96b57..b331872f0e 100644 --- a/install/gce-installation-guide.md +++ b/install/gce-installation-guide.md @@ -48,7 +48,7 @@ $ gcloud compute images create \ $IMAGE_NAME ``` -If successful, `gcloud` reports that the image was created. Verify that the image has the nested virtualization license with `gcloud compute images show $IMAGE_NAME`. This produces output like the following (some fields have been removed for clarity and to redact personal info): +If successful, `gcloud` reports that the image was created. Verify that the image has the nested virtualization license with `gcloud compute images describe $IMAGE_NAME`. This produces output like the following (some fields have been removed for clarity and to redact personal info): diskSizeGb: '10' kind: compute#image