perf usage: Move usage strings
[linux-2.6-microblaze.git] / tools / perf / perf.c
index 4b1b31e..997bb9e 100644 (file)
 #include <linux/string.h>
 #include <linux/zalloc.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 int use_pager = -1;
 const char *input_name;