From 59de68c4ca106274ea2aed4dd1718e36fe9b129c Mon Sep 17 00:00:00 2001 From: Brian Thompson <82548494+thompsonbrian@users.noreply.github.com> Date: Tue, 31 Aug 2021 14:55:33 -0500 Subject: [PATCH] Change to correct argument to report accurate error message (#853) * Change to correct argument to report accurate error message * Update pkg/omf/functions/cli/omf.cli.theme.fish Co-authored-by: Pablo Aguiar Co-authored-by: Pablo Aguiar --- pkg/omf/functions/cli/omf.cli.theme.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/omf/functions/cli/omf.cli.theme.fish b/pkg/omf/functions/cli/omf.cli.theme.fish index 4d26773..c4f00f1 100644 --- a/pkg/omf/functions/cli/omf.cli.theme.fish +++ b/pkg/omf/functions/cli/omf.cli.theme.fish @@ -21,7 +21,7 @@ function omf.cli.theme -a name end case '*' echo (omf::err)"Invalid number of arguments"(omf::off) >&2 - echo "Usage: $_ "(omf::em)"$argv[1]"(omf::off)" []" >&2 + echo "Usage: $_ "(omf::em)"t"(omf::off)"heme []" >&2 return $OMF_INVALID_ARG end end