summaryrefslogtreecommitdiffstats
path: root/tools/lib/subcmd/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/subcmd/help.h')
-rw-r--r--tools/lib/subcmd/help.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/subcmd/help.h b/tools/lib/subcmd/help.h
index 096c8bc45cd7..e145a020780c 100644
--- a/tools/lib/subcmd/help.h
+++ b/tools/lib/subcmd/help.h
@@ -1,5 +1,5 @@
-#ifndef __PERF_HELP_H
-#define __PERF_HELP_H
+#ifndef __SUBCMD_HELP_H
+#define __SUBCMD_HELP_H
#include <sys/types.h>
@@ -31,4 +31,4 @@ int is_in_cmdlist(struct cmdnames *c, const char *s);
void list_commands(const char *title, struct cmdnames *main_cmds,
struct cmdnames *other_cmds);
-#endif /* __PERF_HELP_H */
+#endif /* __SUBCMD_HELP_H */