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

Commit 2382d319 authored by Felipe Leme's avatar Felipe Leme
Browse files

Brace Yourselves, R is Coming.

Bug: none
Test: echo 'in TreeHugger we trust!'

Change-Id: I21d6b0dab95170093de5d725b170916ca7ca0a9c
parent 036b111d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ void DebugCommand::usage() const {
            "    lshal debug [-E] <interface> [options [options [...]]] \n"
            "        Print debug information of a specified interface.\n"
            "        -E: excludes debug output if HAL is actually a subclass.\n"
            "        <inteface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
            "        <interface>: Format is `android.hardware.foo@1.0::IFoo/default`.\n"
            "            If instance name is missing `default` is used.\n"
            "        options: space separated options to IBase::debug.\n";

@@ -88,4 +88,3 @@ void DebugCommand::usage() const {

}  // namespace lshal
}  // namespace android