From fedf553be361a1d48e045caaf96647145c53bc40 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 11 May 2016 17:21:00 -0400 Subject: [PATCH] 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 --- core/commands/mount_unix.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/commands/mount_unix.go b/core/commands/mount_unix.go index 162e8ba91..b20cbe7db 100644 --- a/core/commands/mount_unix.go +++ b/core/commands/mount_unix.go @@ -32,8 +32,9 @@ You may have to create /ipfs and /ipns before using 'ipfs mount': > ipfs mount `, LongDescription: ` -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 +Mount ipfs at a read-only mountpoint on the OS. The default, /ipfs and /ipns, +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. You may have to create /ipfs and /ipns before using 'ipfs mount':