diff --git a/pepper/cli.py b/pepper/cli.py index c741c18..3401c4a 100644 --- a/pepper/cli.py +++ b/pepper/cli.py @@ -387,7 +387,7 @@ def parse_cmd(self): if len(args) < 2: self.parser.error("Command or target not specified") - low['expr_form'] = self.options.expr_form + low['tgt_type'] = self.options.expr_form low['tgt'] = args.pop(0) low['fun'] = args.pop(0) low['batch'] = self.options.batch @@ -413,7 +413,7 @@ def parse_cmd(self): if len(args) < 2: self.parser.error("Command or target not specified") - low['expr_form'] = self.options.expr_form + low['tgt_type'] = self.options.expr_form low['tgt'] = args.pop(0) low['fun'] = args.pop(0) low['batch'] = self.options.batch