autobuilder: Add a missing newline to the usage blurb

This commit is contained in:
Sauyon Lee
2019-11-08 17:23:35 -08:00
parent 4e4d94da7b
commit 2ba680ef4c

View File

@@ -29,7 +29,8 @@ dependencies.
This behavior can be further customized using environment variables: setting LGTM_INDEX_NEED_GOPATH
to 'false' disables the GOPATH set-up, LGTM_INDEX_BUILD_COMMAND can be set to a newline-separated
list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment
list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to
override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment
variable.
`,
os.Args[0])