mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-15 07:58:15 +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{
|
var mountCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Mounts IPFS to the filesystem (read-only)",
|
Tagline: "Mounts IPFS to the filesystem (read-only)",
|
||||||
|
Synopsis: `
|
||||||
|
ipfs [-f <ipfs mount path>] [-n <ipns mount path>]
|
||||||
|
`,
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
|
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
|
All ipfs objects will be accessible under that directory. Note that the
|
||||||
|
Reference in New Issue
Block a user