From 0fe1a3d38cfc854a03fdaf2668dd1a1a1c2a0bd9 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Wed, 6 Sep 2017 05:36:58 -0500 Subject: [PATCH] trival --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 2d5926d..6129537 100755 --- a/main.cpp +++ b/main.cpp @@ -2583,8 +2583,9 @@ void print_help() char git_version_buf[100]={0}; strncpy(git_version_buf,gitversion,10); printf("udp2raw-tunnel\n"); + printf("git version:%s ",git_version_buf); printf("build date:%s %s\n",__DATE__,__TIME__); - printf("git version: %s\n",git_version_buf); + printf("repository: https://github.com/wangyu-/udp2raw-tunnel\n"); printf("\n"); printf("usage:\n");