From 7f54cd83e970122891eb394a34c0a5813162010f Mon Sep 17 00:00:00 2001 From: Ben Creasy Date: Sat, 28 Sep 2024 15:07:32 -0700 Subject: [PATCH] docs: example for gopass mounts add command --- internal/action/commands.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/internal/action/commands.go b/internal/action/commands.go index e03f60a19c..39ba0f774e 100644 --- a/internal/action/commands.go +++ b/internal/action/commands.go @@ -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{