mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 17:43:55 +00:00
trivial: libdfu: flip reversed command descriptions
This commit is contained in:
parent
b5936f9eef
commit
e8a6d3d0cb
@ -1300,13 +1300,13 @@ main (int argc, char *argv[])
|
||||
NULL,
|
||||
/* TRANSLATORS: command description */
|
||||
_("Write firmware from file into target"),
|
||||
dfu_tool_download_target);
|
||||
dfu_tool_download);
|
||||
dfu_tool_add (priv->cmd_array,
|
||||
"download-target",
|
||||
NULL,
|
||||
/* TRANSLATORS: command description */
|
||||
_("Write firmware from file into device"),
|
||||
dfu_tool_download);
|
||||
dfu_tool_download_target);
|
||||
dfu_tool_add (priv->cmd_array,
|
||||
"list",
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user