From 61570227eddf3f744c818618d73000ff62f5b9a1 Mon Sep 17 00:00:00 2001 From: David Stolarsky Date: Wed, 12 Sep 2018 10:58:53 -0400 Subject: [PATCH] fix typo --- auth/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.js b/auth/auth.js index c27163fec4..343e6caa00 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -86,7 +86,7 @@ const cli = require(`yargs`) ) .command( `auth-cloud-explicit`, - `Loads credentials implicitly.`, + `Loads credentials explicitly.`, {}, authCloudExplicit )