export = 1;
break;
case 'h':
- printf("Usage: ata_id [--export] [--help] <device>\n"
+ printf("Usage: %s [--export] [--help] <device>\n"
" -x,--export print values as environment keys\n"
- " -h,--help print this help text\n\n");
+ " -h,--help print this help text\n\n",
+ program_invocation_short_name);
return 0;
}
}
log_open();
break;
case 'h':
- printf("Usage: cdrom_id [options] <device>\n"
+ printf("Usage: %s [options] <device>\n"
" -l,--lock-media lock the media (to enable eject request events)\n"
" -u,--unlock-media unlock the media\n"
" -e,--eject-media eject the media\n"
" -d,--debug debug to stderr\n"
- " -h,--help print this help text\n\n");
+ " -h,--help print this help text\n\n",
+ program_invocation_short_name);
goto exit;
default:
rc = 1;