From 2dd91b537248f256e44cd6d6ebc7487fba73afe8 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 2 Apr 2013 14:11:09 +0800 Subject: bring back some print_help methods --- utils/storage/gen_pinyin_table.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'utils/storage') diff --git a/utils/storage/gen_pinyin_table.cpp b/utils/storage/gen_pinyin_table.cpp index 8020e22..853e8c8 100644 --- a/utils/storage/gen_pinyin_table.cpp +++ b/utils/storage/gen_pinyin_table.cpp @@ -24,6 +24,16 @@ #include #include "pinyin_internal.h" + +void print_help(){ + printf("Usage: gen_pinyin_table -t \n" + "-o .. \n" + " the result output file\n" + " input pinyin files\n" + " phrase index identifier\n"); +} + + static gint phrase_index = 0; static const gchar * outputfile = "temp.out"; -- cgit