fixed some issues with the help command

This commit is contained in:
rexy712 2018-04-28 05:21:27 -07:00
parent 4654f50e7b
commit aac16f01ef

View File

@ -79,11 +79,13 @@ _Noreturn void help(int ret){
printf("\n");
printf("Options:\n");
printf("\t--help|-h\n");
printf("\t\tshow this help message\n");
printf("\t\tshow this help message and exit\n");
printf("\t--version\n");
printf("\t\tprint program version and exit\n");
printf("\t--sysfs|-s\n");
printf("\t\tget edid data and device names from sysfs\n");
printf("\t\tNOT intended for use other than by udev rule\n");
printf("\t--xrandr|-s\n");
printf("\t--xrandr|-x\n");
printf("\t\tget edid data and device names from X using randr extension\n");
printf("\t\trequires randr version %u.%u or newer\n", RANDR_MIN_VER_MAJ, RANDR_MIN_VER_MIN);
printf("\n");