Skip to content

Commit

Permalink
specs: added notice
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 10, 2022
1 parent 00e0e80 commit fa1b9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/carapace/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ var rootCmd = &cobra.Command{
Shell parameter is optional and if left out carapace will try to detect it by parent process name.
Some completions are cached at [%v/carapace].
Config is written to [%v/carapace].
`, suppressErr(os.UserCacheDir), suppressErr(os.UserConfigDir)),
Specs are loaded from [%v/carapace/specs].
`, suppressErr(os.UserCacheDir), suppressErr(os.UserConfigDir), suppressErr(os.UserConfigDir)),
Args: cobra.MinimumNArgs(1),
ValidArgs: completers,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit fa1b9bc

Please sign in to comment.