From fbfecb72a5ad13c3a3e88754483fe8e0cef7ebd5 Mon Sep 17 00:00:00 2001 From: "sergeyberezin@chromium.org" Date: Tue, 29 Jul 2014 17:17:20 +0000 Subject: [PATCH] Update git cl try command to mention tryserver.chromium.linux. This is a purely cosmetic CL. R=agable@chromium.org BUG=395196 Review URL: https://codereview.chromium.org/415903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@286230 0039d316-1c4b-4281-b951-d872f2087c98 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index ecadcfe09..bf6c056a9 100755 --- a/git_cl.py +++ b/git_cl.py @@ -2277,7 +2277,7 @@ def CMDtry(parser, args): if options.bot and not options.master: parser.error('For manually specified bots please also specify the ' - 'tryserver master, e.g. "-m tryserver.chromium".') + 'tryserver master, e.g. "-m tryserver.chromium.linux".') def GetMasterMap(): # Process --bot and --testfilter.