- fprintf(output, "++++++++++++++++++++++++++++++\n");
- fprintf(output, "Usage: tvout [-m [-x val] [-y val]] \n\n");
- fprintf(output, "-m \t move \n");
- fprintf(output, "-x \t vertical offset in px \n");
- fprintf(output, "-x \t horizontal offset in px \n");
- fprintf(output, "\nThis program was created for the Armbian Project.\n");
- fprintf(output, "(c) 2017, Daniel G.\n");
- fprintf(output, "++++++++++++++++++++++++++++++\n");
+ fprintf(output, "++++++++++++++++++++++++++++++++++++++++\n");
+ fprintf(output, "Usage: tvout [-m [-r][-x val] [-y val]] \n\n");
+ fprintf(output, "-m \t move the picture\n");
+ fprintf(output, " -x \t vertical offset in px \n");
+ fprintf(output, " -y \t horizontal offset in px \n");
+ fprintf(output, " -r \t reset position \n");
+ fprintf(output, "\nThis program was created for the \nArmbian Project.\n");
+ fprintf(output, "(c) 2017, Daniel G. (giri@nwrk.biz)\n");
+ fprintf(output, "++++++++++++++++++++++++++++++++++++++++\n");