From 65838e341c39427b9b932876211b36b9d48a1863 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Sat, 27 Jul 2024 22:15:17 +0200 Subject: [PATCH] [doc] Improve language --- doc/arkdep.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/arkdep.8 b/doc/arkdep.8 index b953e1a..c4fb9b8 100644 --- a/doc/arkdep.8 +++ b/doc/arkdep.8 @@ -41,7 +41,7 @@ Check for updates, if available download and deploy. .SS arkdep deploy test-arkanelinux-kde Download and deploy the latest version of the defined image variant. .SS arkdep deploy - stable_v1 -Download the defined image version from the default variant. +Download the specified image version from the default variant. .SS arkdep deploy test-arkanelinux-kde stable_v1 Download the defined image version from the specified variant. .SS arkdep deploy cache stable_v1 @@ -53,4 +53,4 @@ Generate diff between currently active deployment and latest version of the defa .SS arkdep diff test-arkanelinux-kde Generate diff between current deployment and latest version of the specified variant. .SS arkdep diff test-arkanelinux-kde aabbcc123 -Generate diff between specified variant and defined version. +Generate diff between current version and a defined version of a specified variant.