From 95c70be4a684d9d368697c88e76a4000c5d2c712 Mon Sep 17 00:00:00 2001 From: Kevin Reeuwijk Date: Tue, 22 Feb 2022 15:42:49 +0100 Subject: [PATCH] Clarify this Task runs apt-get, not apt --- tasks/init.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/init.json b/tasks/init.json index 91cf951..f7a55b8 100644 --- a/tasks/init.json +++ b/tasks/init.json @@ -1,9 +1,9 @@ { - "description": "Allows you to perform apt functions", + "description": "Allows you to perform apt-get functions", "input_method": "stdin", "parameters": { "action": { - "description": "Action to perform ", + "description": "Action to perform with apt-get", "type": "Enum[update, upgrade, dist-upgrade, autoremove]" } } -- 2.45.2