From 284e83e6191a60efd3af508d4d634ed6cd6044d1 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 29 May 2020 12:52:25 -0600 Subject: [PATCH] gce.sh: Make help text example command non-executable (#10319) automerge --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index 21a6987076..a8ce88ba57 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -162,7 +162,7 @@ Manage testnet instances - If set, reclaims all reservations on all colo nodes, regardless of owner, pre-emptibility, or creator. info-specific options: - --eval - Output in a form that can be eval-ed by a shell: eval $(gce.sh info) + --eval - Output in a form that can be eval-ed by a shell: eval \$(gce.sh info --eval) none