Added a note about the default values
The /ipfs and /ipns paths can be overridden by the options; this wasn't in the help text for the options, but should be somewhere. Long help seemed appropriate. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
May 11, 2016 at 17:21 UTC
fedf553be361a1d48e045caaf96647145c53bc40
1 file changed
+3
-2
core/commands/mount_unix.go
+3
-2
@@ -32,8 +32,9 @@ You may have to create /ipfs and /ipns before using 'ipfs mount':
32
> ipfs mount
33
`,
34
LongDescription: `
35
-Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).
36
-All ipfs objects will be accessible under that directory. Note that the
35
+Mount ipfs at a read-only mountpoint on the OS. The default, /ipfs and /ipns,
36
+are set in the configutation file, but can be overriden by the options.
37
+All ipfs objects will be accessible under this directory. Note that the
38
root will not be listable, as it is virtual. Access known paths directly.
39
40
You may have to create /ipfs and /ipns before using 'ipfs mount':