Skip to content

Commit 9ee13b2

Browse files
committed
Add Author information
1 parent 708f281 commit 9ee13b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/mc2csv_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main(int argc, char** argv)
99
{
1010
if (argc != 3)
1111
{
12-
fprintf(stderr,"Usage : %s <mc-input-file> <csv-output-file>\n",argv[0]);
12+
fprintf(stderr,"Author: Nicholas Yue ([email protected])\nUsage : %s <mc-input-file> <csv-output-file>\n",argv[0]);
1313
return 1;
1414
}
1515
google::InitGoogleLogging(argv[0]);

apps/mcinfo_main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ int main(int argc, char** argv)
77
{
88
if (argc != 2)
99
{
10-
std::cerr << boost::format("Usage : %1% <mcc file>") % argv[0] << std::endl;
10+
std::cerr << boost::format("Author: Nicholas Yue ([email protected])\nUsage : %1% <mcc file>") % argv[0] << std::endl;
1111
return 1;
1212
}
1313
google::InitGoogleLogging(argv[0]);

0 commit comments

Comments
 (0)