mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 07:48:00 +08:00
Add missing 'mount' in mount synopsis
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
parent
5098e39203
commit
46d8acf60f
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user