Skip to content

Commit ef0516b

Browse files
authored
help text: remove 'upload' command that does not exist (#1006)
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 ```
1 parent 7128a28 commit ef0516b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/src/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The commands are:
4545
repos,repo manages repositories
4646
search search for results on Sourcegraph
4747
serve-git serves your local git repositories over HTTP for Sourcegraph to pull
48-
upload upload an index to a Sourcegraph instance
4948
users,user manages users
5049
codeowners manages code ownership information
5150
version display and compare the src-cli version against the recommended version for your instance

0 commit comments

Comments
 (0)