Skip to content

Commit

Permalink
Fix typo in agama profile import --help (bsc#1235827) (#1906)
Browse files Browse the repository at this point in the history
## Problem

- https://bugzilla.suse.com/show_bug.cgi?id=1235827

This help output has a typo "te" next to a grammar mistake:

> qa2-141-81:~ # agama profile import --help
> ...
> Arguments:
>   <URL>
> Profile's URL. Supports the same schemas than te "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
>  

## Solution

Fix typo. Note that it looks like code comment, but the CLI library
shows it to the user.

## Testing

Rare case where I dare admit no testing

## Screenshots

No
  • Loading branch information
mvidner authored Jan 16, 2025
2 parents caeb5d4 + 5143d4c commit 51ce3cc
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 51ce3cc

Please sign in to comment.