• R/O
  • SSH
  • HTTPS

gpx2shp: 提交


Commit MetaInfo

修订版9 (tree)
时间2013-07-05 00:17:29
作者pagong

Log Message

* Added my contact information.

更改概述

差异

--- trunk/gpx2shp/src/main.c (revision 8)
+++ trunk/gpx2shp/src/main.c (revision 9)
@@ -13,7 +13,7 @@
1313 void version(void) {
1414 fprintf(stdout, "%s %s\n", PACKAGE, VERSION);
1515 fprintf(stdout, "\n");
16- fprintf(stdout, "by Toshihiro Hiraoka\n");
16+ fprintf(stdout, "by Toshihiro Hiraoka (hiraoka@azukimap.jp)\n");
1717 fprintf(stdout, " Petter Reinholdtsen\n");
1818 }
1919
@@ -96,6 +96,10 @@
9696 fprintf(stdout, "-v, --verbose Gives many messages.\n");
9797 fprintf(stdout, " --version Shows version.\n");
9898 fprintf(stdout, "-h, --help Shows this list.\n");
99+
100+ fprintf(stdout, "\n");
101+ fprintf(stdout, "Problem? Let me know by e-mail(hiraoka[@at@]azukimap.jp).\n");
102+
99103 }
100104
101105 /**
Show on old repository browser