Skip to content

Commit

Permalink
docs: example for gopass mounts add command (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrben authored Jan 14, 2025
1 parent 2c0a1a1 commit cef92e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/action/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,11 @@ func (s *Action) GetCommands() []*cli.Command {
Usage: "Mount a password store",
Description: "" +
"This command allows for mounting an existing or new password store " +
"at any path in an existing root store.",
"at any path in an existing root store." +
"\n\n" +
"For example: gopass mounts add secondary-store /path/to/existing/store" +
"\n\n" +
"Learn more: https://github.com/gopasspw/gopass/blob/master/docs/commands/mounts.md",
Before: s.IsInitialized,
Action: s.MountAdd,
Flags: []cli.Flag{
Expand Down

0 comments on commit cef92e1

Please sign in to comment.