perf usage: Move usage strings
[linux-2.6-microblaze.git] / tools / perf / util / usage.c
index 196438e..4c8ffba 100644 (file)
 #include <stdlib.h>
 #include <linux/compiler.h>
 
+const char perf_usage_string[] =
+       "perf [--version] [--help] [OPTIONS] COMMAND [ARGS]";
+
+const char perf_more_info_string[] =
+       "See 'perf help COMMAND' for more information on a specific command.";
+
 static __noreturn void usage_builtin(const char *err)
 {
        fprintf(stderr, "\n Usage: %s\n", err);