From 5143d4c6bc7e5c5cb02793e60beb90f369c2f57b Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Thu, 16 Jan 2025 10:30:13 +0100 Subject: [PATCH] Fix typo in `agama profile import --help` (bsc#1235827) --- rust/agama-cli/src/profile.rs | 2 +- rust/package/agama.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rust/agama-cli/src/profile.rs b/rust/agama-cli/src/profile.rs index 9f2cbcce0d..c76be3147c 100644 --- a/rust/agama-cli/src/profile.rs +++ b/rust/agama-cli/src/profile.rs @@ -72,7 +72,7 @@ pub enum ProfileCommands { /// installation. Unless there is a need to inject additional commands between processing /// use this command instead of set of underlying commands. Import { - /// Profile's URL. Supports the same schemas than te "download" command plus + /// Profile's URL. Supports the same schemas as the "download" command plus /// AutoYaST specific ones. Supported files are json, jsonnet, sh for Agama profiles and ERB, XML, and rules/classes directories /// for AutoYaST support. url: String, diff --git a/rust/package/agama.changes b/rust/package/agama.changes index 6c57a34c96..e208e4c4a3 100644 --- a/rust/package/agama.changes +++ b/rust/package/agama.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 16 09:32:00 UTC 2025 - Martin Vidner + +- Fix typo in `agama profile import --help` (bsc#1235827) + ------------------------------------------------------------------- Fri Jan 10 21:22:01 UTC 2025 - Imobach Gonzalez Sosa