1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 00:51:08 +03:00

cdrom_id: add more help text

This commit is contained in:
Kay Sievers 2008-04-21 17:41:39 +02:00
parent be9c76b434
commit 953080abd9

View File

@ -539,7 +539,8 @@ int main(int argc, char *argv[])
case 'h':
printf("Usage: cdrom_id [options] <device>\n"
" --export export key/value pairs\n"
" --help\n\n");
" --debug debug to stderr\n"
" --help print this help text\n\n");
goto exit;
default:
rc = 1;