diff --git a/src/cli/cli.go b/src/cli/cli.go index 2f639b4..a9d8053 100644 --- a/src/cli/cli.go +++ b/src/cli/cli.go @@ -444,6 +444,8 @@ func receive(c *cli.Context) (err error) { case 1: crocOptions.SharedSecret = c.Args().First() case 3: + fallthrough + case 4: var phrase []string phrase = append(phrase, c.Args().First()) phrase = append(phrase, c.Args().Tail()...)