File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const bzzManifestJSON = "application/bzz-manifest+json"
35
35
func add (ctx * cli.Context ) {
36
36
args := ctx .Args ()
37
37
if len (args ) < 3 {
38
- utils .Fatalf ("Need atleast three arguments <MHASH> <path> <HASH> [<content-type>]" )
38
+ utils .Fatalf ("Need at least three arguments <MHASH> <path> <HASH> [<content-type>]" )
39
39
}
40
40
41
41
var (
@@ -69,7 +69,7 @@ func update(ctx *cli.Context) {
69
69
70
70
args := ctx .Args ()
71
71
if len (args ) < 3 {
72
- utils .Fatalf ("Need atleast three arguments <MHASH> <path> <HASH>" )
72
+ utils .Fatalf ("Need at least three arguments <MHASH> <path> <HASH>" )
73
73
}
74
74
75
75
var (
@@ -101,7 +101,7 @@ func update(ctx *cli.Context) {
101
101
func remove (ctx * cli.Context ) {
102
102
args := ctx .Args ()
103
103
if len (args ) < 2 {
104
- utils .Fatalf ("Need atleast two arguments <MHASH> <path>" )
104
+ utils .Fatalf ("Need at least two arguments <MHASH> <path>" )
105
105
}
106
106
107
107
var (
You can’t perform that action at this time.
0 commit comments