Remove unnecessary sentence
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jan 21, 2016 at 12:46 UTC
719c3693e204885f6c1351dce4175cd487e67a2c
1 file changed
+1
-2
core/commands/add.go
+1
-2
@@ -34,8 +34,7 @@ var AddCmd = &cmds.Command{
34
ShortDescription: `
35
Adds contents of <path> to ipfs. Use -r to add directories.
36
Note that directories are added recursively, to form the ipfs
37
-MerkleDAG. A smarter partial add with a staging area (like git)
38
-remains to be implemented.
37
+MerkleDAG.
38
`,
39
},
40