Add missing 'mount' in mount synopsis

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder 2014-11-16 21:04:53 +01:00
parent 5098e39203
commit 46d8acf60f

View File

@ -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).