trivial: libdfu: flip reversed command descriptions

This commit is contained in:
Richard Hughes 2015-11-16 11:47:16 +00:00
parent b5936f9eef
commit e8a6d3d0cb

View File

@ -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,