From e422a08676811c8c53ba418e5d741e6f2cdf485b Mon Sep 17 00:00:00 2001 From: Kate Dawson Date: Wed, 27 Oct 2021 16:36:50 +0100 Subject: [PATCH] Fix for https://github.com/nielsd/xen-shell2/issues/1 --- usr/bin/xen-shell | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr/bin/xen-shell b/usr/bin/xen-shell index 5607265..37382bc 100755 --- a/usr/bin/xen-shell +++ b/usr/bin/xen-shell @@ -387,7 +387,11 @@ my %dispatch = ( help => "Show whether the Xen guest is running or not.", info => "Show the status of the Xen guest.", }, - "author" => { sub => \&do_author, }, + "author" => { + sub => \&do_author, + help => "Show authorship information", + info => "Show authorship information", + }, "sysreq" => { sub => \&do_sysreq, args => "[string]",