From 257e968d8c726e1a7be7b455d0e6ad29b5d0756c Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Thu, 1 Jan 2015 18:11:22 +0100 Subject: udev: improve help/usage for some more programs --- src/udev/ata_id/ata_id.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/udev/ata_id/ata_id.c') diff --git a/src/udev/ata_id/ata_id.c b/src/udev/ata_id/ata_id.c index e6344f983a..31bc1675e8 100644 --- a/src/udev/ata_id/ata_id.c +++ b/src/udev/ata_id/ata_id.c @@ -450,8 +450,8 @@ int main(int argc, char *argv[]) break; case 'h': printf("Usage: ata_id [--export] [--help] \n" - " --export print values as environment keys\n" - " --help print this help text\n\n"); + " -x,--export print values as environment keys\n" + " -h,--help print this help text\n\n"); return 0; } } -- cgit v1.2.3-54-g00ecf