Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: logdog/common/storage/archive/logdog_archive_test/main.go

Issue 2503583002: Hide advanced commands from cipd client help. (Closed)
Patch Set: address comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/client/cmd/logdog_butler/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/storage/archive/logdog_archive_test/main.go
diff --git a/logdog/common/storage/archive/logdog_archive_test/main.go b/logdog/common/storage/archive/logdog_archive_test/main.go
index 471cad5208f7fc5d7a723f7b21e7a66eed620809..d579a92862c91f2072b57cf76b10c27b9cb6f1a9 100644
--- a/logdog/common/storage/archive/logdog_archive_test/main.go
+++ b/logdog/common/storage/archive/logdog_archive_test/main.go
@@ -86,9 +86,9 @@ func mainImpl(c context.Context, args []string) int {
&subcommandGet,
&subcommandTail,
- authcli.SubcommandLogin(authOpts, "auth-login"),
- authcli.SubcommandLogout(authOpts, "auth-logout"),
- authcli.SubcommandInfo(authOpts, "auth-info"),
+ authcli.SubcommandLogin(authOpts, "auth-login", false),
+ authcli.SubcommandLogout(authOpts, "auth-logout", false),
+ authcli.SubcommandInfo(authOpts, "auth-info", false),
},
},
}
« no previous file with comments | « logdog/client/cmd/logdog_butler/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698