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

Commit 6fcc801e authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Add missing newlines to adb usage message

parent e2bf2ea4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,8 +105,8 @@ void help()
        "                                 environment variable is used, which must\n"
        "                                 be an absolute path.\n"
        " devices                       - list all connected devices\n"
        " connect <host>:<port>         - connect to a device via TCP/IP"
        " disconnect <host>:<port>      - disconnect from a TCP/IP device"
        " connect <host>:<port>         - connect to a device via TCP/IP\n"
        " disconnect <host>:<port>      - disconnect from a TCP/IP device\n"
        "\n"
        "device commands:\n"
        "  adb push <local> <remote>    - copy file/dir to device\n"