mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +08:00
Merge pull request #2671 from ipfs/feature/mount_unix_long_help
Added a note about the default values
This commit is contained in:
@ -32,8 +32,9 @@ You may have to create /ipfs and /ipns before using 'ipfs mount':
|
|||||||
> ipfs mount
|
> ipfs mount
|
||||||
`,
|
`,
|
||||||
LongDescription: `
|
LongDescription: `
|
||||||
Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
|
Mount ipfs at a read-only mountpoint on the OS. The default, /ipfs and /ipns,
|
||||||
All ipfs objects will be accessible under that directory. Note that the
|
are set in the configutation file, but can be overriden by the options.
|
||||||
|
All ipfs objects will be accessible under this directory. Note that the
|
||||||
root will not be listable, as it is virtual. Access known paths directly.
|
root will not be listable, as it is virtual. Access known paths directly.
|
||||||
|
|
||||||
You may have to create /ipfs and /ipns before using 'ipfs mount':
|
You may have to create /ipfs and /ipns before using 'ipfs mount':
|
||||||
|
Reference in New Issue
Block a user