diff --git a/command/path/path.go b/command/path/path.go index a13235b9..06f50e27 100644 --- a/command/path/path.go +++ b/command/path/path.go @@ -10,10 +10,12 @@ import ( func init() { cmd := cli.Command{ - Name: "path", - Usage: "print the configured step path and exit", - UsageText: "step path", - Description: "**step path** command prints the configured step path and exit", + Name: "path", + Usage: "print the configured step path and exit", + UsageText: "step path", + Description: `**step path** command prints the configured step path and exits. + +The default step path of $HOME/.step can be overridden with the **STEPPATH** environment variable.`, Action: cli.ActionFunc(func(ctx *cli.Context) error { fmt.Println(config.StepPath()) return nil