From dd274b5827383451bb0ea66967a455e13f527f36 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Thu, 13 Jul 2023 10:07:48 +0200 Subject: [PATCH] help text: remove 'upload' command that does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no `src upload` command. So let's remove it from the help text. Test Plan: ``` φ go run ./cmd/src upload src: unknown subcommand "upload" Run 'src help' for usage. exit status 1 ``` --- cmd/src/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/src/main.go b/cmd/src/main.go index 269f20b424..b9b748934c 100644 --- a/cmd/src/main.go +++ b/cmd/src/main.go @@ -45,7 +45,6 @@ The commands are: repos,repo manages repositories search search for results on Sourcegraph serve-git serves your local git repositories over HTTP for Sourcegraph to pull - upload upload an index to a Sourcegraph instance users,user manages users codeowners manages code ownership information version display and compare the src-cli version against the recommended version for your instance