From 96941a09622f08ac8cc1e679c227de4bac1ef5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Cl=C3=A9ment=20Tosi?= Date: Mon, 14 Jun 2021 12:16:06 +0000 Subject: [PATCH] fastboot: document second parameter of 'fetch' Add the OUT_FILE parameter to the documentation of fetch which fails if used as currently (erroneously) documented: $ fastboot fetch boot fastboot: usage: expected argument Test: fastboot help Change-Id: Ia06d40c2f754e1a55a2052cb84e81f96e71b4573 --- fastboot/fastboot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 6a49fdf34..57da2d6b7 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -429,7 +429,7 @@ static int show_help() { " snapshot-update merge On devices that support snapshot-based updates, finish\n" " an in-progress update if it is in the \"merging\"\n" " phase.\n" - " fetch PARTITION Fetch a partition image from the device." + " fetch PARTITION OUT_FILE Fetch a partition image from the device." "\n" "boot image:\n" " boot KERNEL [RAMDISK [SECOND]]\n"