胡斌

format the help info

@@ -1136,9 +1136,10 @@ int main(int argc, char * argv[]) @@ -1136,9 +1136,10 @@ int main(int argc, char * argv[])
1136 printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:"); 1136 printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:");
1137 printf("\n %s record_info_filename [-p] [-k]", argv[0]); 1137 printf("\n %s record_info_filename [-p] [-k]", argv[0]);
1138 printf("\n -p :only print the command,don't run ffmpeg"); 1138 printf("\n -p :only print the command,don't run ffmpeg");
1139 - printf("\n -k :keep the temp files\n");  
1140 - printf("\n -c :only convert mp4 files\n");  
1141 - printf("\n -t :recodec h264\n"); 1139 + printf("\n -k :keep the temp files");
  1140 + printf("\n -c :only convert mp4 files");
  1141 + printf("\n -t :recodec h264");
  1142 + printf("\n");
1142 return -1; 1143 return -1;
1143 } 1144 }
1144 1145