Skip to content

Commit

Permalink
Fix typo in agama profile import --help (bsc#1235827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jan 16, 2025
1 parent caeb5d4 commit 5143d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-cli/src/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 5 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 16 09:32:00 UTC 2025 - Martin Vidner <[email protected]>

- Fix typo in `agama profile import --help` (bsc#1235827)

-------------------------------------------------------------------
Fri Jan 10 21:22:01 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>

Expand Down

0 comments on commit 5143d4c

Please sign in to comment.