Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
One clarification to init's short help
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Bourgon committed Dec 30, 2016
1 parent 754232e commit 2271c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/sdboyer/gps"
)

const initShortHelp = `Write manifest and lock files for the project`
const initShortHelp = `Initialize a new project with manifest and lock files`
const initLongHelp = `
Initialize the project at filepath root by parsing its dependencies and writing
manifest and lock files. If root isn't specified, use the current directory.
Expand Down

0 comments on commit 2271c62

Please sign in to comment.