Skip to content

Commit

Permalink
linux version should not use .exe extersion , right?
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Nov 30, 2012
1 parent c706eb6 commit f4295f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char* argv[])
// 判断播放参数是否足够.
if (argc != 2)
{
printf("usage: avplayer.exe <video>\n");
printf("usage: avplayer <video>\n");
return -1;
}

Expand Down

0 comments on commit f4295f3

Please sign in to comment.