From 671594bec2f108588d365e99d0f3fca6363d4162 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Tue, 4 Oct 2022 20:59:42 +0800 Subject: [PATCH] acme: remove help info of unused command Signed-off-by: Glen Huang --- net/acme-common/files/acme.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/net/acme-common/files/acme.sh b/net/acme-common/files/acme.sh index 3dff9f348..5663dddee 100644 --- a/net/acme-common/files/acme.sh +++ b/net/acme-common/files/acme.sh @@ -117,7 +117,6 @@ usage() { Usage: acme [arguments] Commands: get issue or renew certificates - cert show certificate matching domain EOF exit 1 }