This commit is contained in:
Taylor Gerring
2015-06-06 09:50:23 -04:00
parent d65b64c884
commit ed621aae33
2 changed files with 2 additions and 3 deletions

View File

@ -69,7 +69,7 @@ func importChain(ctx *cli.Context) {
}
func exportChain(ctx *cli.Context) {
if len(ctx.Args()) != 1 {
if len(ctx.Args()) < 1 {
utils.Fatalf("This command requires an argument.")
}
chain, _, _, _ := utils.MakeChain(ctx)