commit fe98734b1da80f3298a1270127df798dda5a6fe6
parent 1a5d2fdfc7e95364e3fc5a1f18548814508a7bd3
Author: Claudio Alessi <smoppy@gmail.com>
Date: Fri, 2 Feb 2018 22:37:36 +0100
Add adb and uninstall command to the usage.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/droid b/src/droid
@@ -82,8 +82,10 @@ usage() {
echo "Usage: $(basename "$0") <cmd>"
echo "
Commands:
+ adb\t\t: adb pass-through (run ADB commands)
setup\t: creates the development environment
install\t: install the app into the device
+ uninstall\t: uninstall the app from the device (broken)
upload\t: upload the app into the device
build\t: build the app (if no task, assumes assembleDebug)
upgrade\t: build and install the app (assembleDebug)