cmd/swarm: fix some typos in manifest cmd (#16227)
Replace "atleast" with "at least" in the manifest error message.
This commit is contained in:
		
							parent
							
								
									a76e46e3d7
								
							
						
					
					
						commit
						d520bf4503
					
				| @ -35,7 +35,7 @@ const bzzManifestJSON = "application/bzz-manifest+json" | |||||||
| func add(ctx *cli.Context) { | func add(ctx *cli.Context) { | ||||||
| 	args := ctx.Args() | 	args := ctx.Args() | ||||||
| 	if len(args) < 3 { | 	if len(args) < 3 { | ||||||
| 		utils.Fatalf("Need atleast three arguments <MHASH> <path> <HASH> [<content-type>]") | 		utils.Fatalf("Need at least three arguments <MHASH> <path> <HASH> [<content-type>]") | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	var ( | 	var ( | ||||||
| @ -69,7 +69,7 @@ func update(ctx *cli.Context) { | |||||||
| 
 | 
 | ||||||
| 	args := ctx.Args() | 	args := ctx.Args() | ||||||
| 	if len(args) < 3 { | 	if len(args) < 3 { | ||||||
| 		utils.Fatalf("Need atleast three arguments <MHASH> <path> <HASH>") | 		utils.Fatalf("Need at least three arguments <MHASH> <path> <HASH>") | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	var ( | 	var ( | ||||||
| @ -101,7 +101,7 @@ func update(ctx *cli.Context) { | |||||||
| func remove(ctx *cli.Context) { | func remove(ctx *cli.Context) { | ||||||
| 	args := ctx.Args() | 	args := ctx.Args() | ||||||
| 	if len(args) < 2 { | 	if len(args) < 2 { | ||||||
| 		utils.Fatalf("Need atleast two arguments <MHASH> <path>") | 		utils.Fatalf("Need at least two arguments <MHASH> <path>") | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	var ( | 	var ( | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user