[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 2/5] mg-schema-update: improve an error message
Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- mg-schema-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mg-schema-update b/mg-schema-update index f22ed63a..fb754bed 100755 --- a/mg-schema-update +++ b/mg-schema-update @@ -268,5 +268,5 @@ die "need operation\n" unless @ARGV; my $subcmd= shift @ARGV; $subcmd =~ s/-/_/g; my $subcmdproc = ${*::}{"cmd_$subcmd"}; -die "unknown subcommand" unless $subcmdproc; +die "unknown subcommand $subcmd" unless $subcmdproc; $subcmdproc->(); -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |