mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-14 23:49:34 +08:00
cmds mount synopsis
This commit is contained in:
@ -24,6 +24,9 @@ const fuseNoDirectory = "fusermount: failed to access mountpoint"
|
||||
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>]
|
||||
`,
|
||||
ShortDescription: `
|
||||
Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
|
||||
All ipfs objects will be accessible under that directory. Note that the
|
||||
|
Reference in New Issue
Block a user