From e8a6d3d0cb88e9b85c705e30b9bdc9669ea8fa56 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 16 Nov 2015 11:47:16 +0000 Subject: [PATCH] trivial: libdfu: flip reversed command descriptions --- libdfu/dfu-tool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdfu/dfu-tool.c b/libdfu/dfu-tool.c index 3c7554160..22a7f885a 100644 --- a/libdfu/dfu-tool.c +++ b/libdfu/dfu-tool.c @@ -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,