Try to include the SHA in a ddmslib-compatible way.

Bug: http://b/20918202
Change-Id: I0c1a48459372b0d28aaf9d09d82540e44b438c9c
(cherry picked from commit f3bbfa6a21)
This commit is contained in:
Elliott Hughes 2015-05-07 21:56:31 -07:00
parent d34c722c59
commit 02418b3e09
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ static std::string product_file(const char *extra) {
}
static void version(FILE* out) {
fprintf(out, "Android Debug Bridge version %d.%d.%d %s\n", ADB_VERSION_MAJOR,
ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
fprintf(out, "Android Debug Bridge version %d.%d.%d\nRevision %s\n",
ADB_VERSION_MAJOR, ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
}
static void help() {