Commit 46d8acf6 authored by Christian Couder's avatar Christian Couder

Add missing 'mount' in mount synopsis

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 5098e392
......@@ -26,7 +26,7 @@ var mountCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Mounts IPFS to the filesystem (read-only)",
Synopsis: `
ipfs [-f <ipfs mount path>] [-n <ipns mount path>]
ipfs mount [-f <ipfs mount path>] [-n <ipns mount path>]
`,
ShortDescription: `
Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment