diff options
Diffstat (limited to 'native/dicttoolkit/src/command_executors/header_executor.h')
-rw-r--r-- | native/dicttoolkit/src/command_executors/header_executor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/dicttoolkit/src/command_executors/header_executor.h b/native/dicttoolkit/src/command_executors/header_executor.h index b482e6bb6..4cdeb1a99 100644 --- a/native/dicttoolkit/src/command_executors/header_executor.h +++ b/native/dicttoolkit/src/command_executors/header_executor.h @@ -27,6 +27,7 @@ class HeaderExecutor final { static const char *const COMMAND_NAME; static int run(const int argc, char **argv); + static void printUsage(); private: DISALLOW_IMPLICIT_CONSTRUCTORS(HeaderExecutor); |