From 3fca5ba3a7cb4a5090b0c9cd6c4710836afd9c3e Mon Sep 17 00:00:00 2001 From: yro Date: Fri, 17 Nov 2017 13:22:52 -0800 Subject: [PATCH] Fix incorrect adb shell cmd help command for pull-source Test: statsd should pass, but it's not required as it's just an update in help instruction. Change-Id: I36f4e4794ae8066abdeaac98db5e679a3bcf0a06 --- cmds/statsd/src/StatsService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/statsd/src/StatsService.cpp b/cmds/statsd/src/StatsService.cpp index 747a5714db6a..61171f98402d 100644 --- a/cmds/statsd/src/StatsService.cpp +++ b/cmds/statsd/src/StatsService.cpp @@ -234,7 +234,7 @@ void StatsService::print_cmd_help(FILE* out) { fprintf(out, " Removes all configs from disk.\n"); fprintf(out, "\n"); fprintf(out, "\n"); - fprintf(out, "usage: adb shell cmds stats pull-source [int] \n"); + fprintf(out, "usage: adb shell cmd stats pull-source [int] \n"); fprintf(out, "\n"); fprintf(out, " Prints the output of a pulled metrics source (int indicates source)\n"); fprintf(out, "\n"); -- 2.11.0