@cryptotaxi247 / kubo / commits / 0201a6752

fix typos in FilesMkdirCmd ShortDescription

License: MIT Signed-off-by: Eoghan Ó Carragáin <eoghan.ocarragain@gmail.com>

Eoghan Ó Carragáin committed Jan 6, 2018 at 00:05 UTC 0201a6752907a36cfd1254a73e80493ff10aa1a7
1 file changed +2 -2
core/commands/files/files.go
+2 -2
@@ -749,8 +749,8 @@ NOTE: All paths must be absolute.
749
750 Examples:
751
752 - $ ipfs mfs mkdir /test/newdir
753 - $ ipfs mfs mkdir -p /test/does/not/exist/yet
752 + $ ipfs files mkdir /test/newdir
753 + $ ipfs files mkdir -p /test/does/not/exist/yet
754 `,
755 },
756