Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b55cf93e authored by Dima Zavin's avatar Dima Zavin Committed by The Android Open Source Project
Browse files

am 95ec9838: fastboot: Update the help message with -b argument

Merge commit '95ec9838'

* commit '95ec9838':
  fastboot: Update the help message with -b argument
parents 7e3424b9 95ec9838
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ void usage(void)
            "  -p <product>                             specify product name\n"
            "  -c <cmdline>                             override kernel commandline\n"
            "  -i <vendor id>                           specify a custom USB vendor id\n"
            "  -b <base_addr>                           specify a custom kernel base address\n"
        );
    exit(1);
}