summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorzhengchao <[email protected]>2018-03-24 17:42:46 +0800
committerzhengchao <[email protected]>2018-03-24 17:42:46 +0800
commit8fcdf53694e51ffc4fb65a5c5442ac29a35fed1b (patch)
tree909d7311498749bfd6c5a045e342a6344f672069 /tools
parentcfb79d7d444af9245ac8cad0f55648da16048a91 (diff)
修改外部接口的函数注释。
Diffstat (limited to 'tools')
-rw-r--r--tools/digest_gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/digest_gen.c b/tools/digest_gen.c
index f195e27..c830229 100644
--- a/tools/digest_gen.c
+++ b/tools/digest_gen.c
@@ -84,6 +84,7 @@ void digest_gen_print_usage(void)
{
printf("digest_gen dermines the similarity of two signatures/strings/files with a score in [0,100].\n");
printf("Higher score means more similar.\nUsage:\n");
+ printf("\t-h print this specification.\n");
printf("\t-f [FILE], caculate a file's SFH digest.\n");
printf("\t-s specify the first string/file for comparing.\n");
printf("\t-d specify the second string/file for comparing.\n");