Skip to content

Commit

Permalink
doc(cli): update project help text to enforce URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhao committed Mar 6, 2018
1 parent dc738e4 commit 5635878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/fossa/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var mainLogger = logging.MustGetLogger("main")
const (
configUsage = "path to config file (default: .fossa.{yml,yaml})"
fetcherUsage = "type of fetcher to use for fossa. Default's to custom"
projectUsage = "the FOSSA project name (default: VCS remote 'origin')"
revisionUsage = "the FOSSA project's revision hash (default: VCS hash HEAD)"
projectUsage = "this repository's URL or VCS endpoint (default: VCS remote 'origin')"
revisionUsage = "this repository's current revision hash (default: VCS hash HEAD)"
endpointUsage = "the FOSSA server endpoint (default: https://app.fossa.io)"
buildForceUsage = "ignore cached build artifacts"
analyzeOutputUsage = "print results to stdout instead of uploading to FOSSA"
Expand Down

0 comments on commit 5635878

Please sign in to comment.