From 46d8acf60f997ec747cefb5ea915af3c0700509a Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sun, 16 Nov 2014 21:04:53 +0100 Subject: [PATCH] Add missing 'mount' in mount synopsis License: MIT Signed-off-by: Christian Couder --- core/commands2/mount_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands2/mount_unix.go b/core/commands2/mount_unix.go index 2fd45a2a0..6495958ce 100644 --- a/core/commands2/mount_unix.go +++ b/core/commands2/mount_unix.go @@ -26,7 +26,7 @@ var mountCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Mounts IPFS to the filesystem (read-only)", Synopsis: ` -ipfs [-f ] [-n ] +ipfs mount [-f ] [-n ] `, ShortDescription: ` Mount ipfs at a read-only mountpoint on the OS (default: /ipfs and /ipns).