summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErickReyesR <ErickReyesR@users.noreply.github.com>2018-07-31 00:25:18 -0600
committerGitHub <noreply@github.com>2018-07-31 00:25:18 -0600
commit82574e1159e0ff9da765984e4c4289d348d19849 (patch)
treeedc8b496f35aa178908716ea51dad24fc8eb2217
parent02db2fd65166fb0d5be0fed6b9dcd378dd85b8ff (diff)
downloadadeb-82574e1159e0ff9da765984e4c4289d348d19849.tar.gz
readme: remove obsolete command description
Fixup: adeb pull command was changed in 925a9f5 but the readme file still had the description for the old version of the command.
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index a324111..a1aafc2 100644
--- a/README.md
+++ b/README.md
@@ -84,12 +84,7 @@ adeb remove
If you have multiple devices connected, please add `-s <serialnumber>`.
Serial numbers of all devices connected can be obtained by `adb devices`.
-* To update the adeb you cloned on your host, run:
-```
-adeb pull
-```
-
-To update an existing adeb clone on your host, run:
+* To update an existing adeb clone on your host, run:
```
adeb git-pull
```