Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed May 14, 2022
1 parent 525c9c1 commit 3834adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tomledit/tomledit.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ help [command/topic]`,
For commands accepting a value, TOML syntax is required.
As a shorthand for bare string values, prefix arguments with "@":
The argument @foo is parsed as if it were 'foo'.`,
The argument @foo is parsed as if it were a basic string "foo".`,

SetFlags: func(_ *command.Env, fs *flag.FlagSet) {
fs.StringVar(&cfg.Path, "path", "", "Path of TOML file to process")
Expand Down

0 comments on commit 3834adf

Please sign in to comment.