diff options
author | Robert Milasan <rmilasan@suse.com> | 2015-01-01 18:11:22 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-07 16:42:09 -0500 |
commit | 2ce4bb9f127e3e57494b29310e08dbb226de70cd (patch) | |
tree | adf64da8c47799dda36d84d080c02597ede9b3a0 /src/cdrom_id | |
parent | 251b8f66aaee1d2e0f4638ce97e5a2df026c165b (diff) |
udev: improve help/usage for some more programs
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/cdrom_id')
-rw-r--r-- | src/cdrom_id/cdrom_id.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cdrom_id/cdrom_id.c b/src/cdrom_id/cdrom_id.c index a857e85ca6..7bafd62809 100644 --- a/src/cdrom_id/cdrom_id.c +++ b/src/cdrom_id/cdrom_id.c @@ -894,11 +894,11 @@ int main(int argc, char *argv[]) break; case 'h': printf("Usage: cdrom_id [options] <device>\n" - " --lock-media lock the media (to enable eject request events)\n" - " --unlock-media unlock the media\n" - " --eject-media eject the media\n" - " --debug debug to stderr\n" - " --help print this help text\n\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"); goto exit; default: rc = 1; |