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:
parent
be9c76b434
commit
953080abd9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user