Skip to content

Commit

Permalink
cli: Fix copy/paste error in translators comment
Browse files Browse the repository at this point in the history
Fixes: 3f88c4e ("Add new is-satisfied check to test relations from the command-line")
  • Loading branch information
hadess committed Jun 19, 2023
1 parent c464e3c commit 3ac199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/appstreamcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ as_client_run (char **argv, int argc)
as_client_run_check_license);
ascli_add_cmd (commands,
2, "is-satisfied", NULL, "FILE|COMPONENT-ID",
/* TRANSLATORS: `appstreamcli `check-license` command description. */
/* TRANSLATORS: `appstreamcli `is-satisfied` command description. */
_("Check if requirements of a component (via its ID or MetaInfo file) are satisfied on this system."),
as_client_run_is_satisfied);

Expand Down

0 comments on commit 3ac199f

Please sign in to comment.