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/ata_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/ata_id')
-rw-r--r-- | src/ata_id/ata_id.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ata_id/ata_id.c b/src/ata_id/ata_id.c index 1e12519c6c..175e619a70 100644 --- a/src/ata_id/ata_id.c +++ b/src/ata_id/ata_id.c @@ -453,8 +453,8 @@ int main(int argc, char *argv[]) break; case 'h': printf("Usage: ata_id [--export] [--help] <device>\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; } } |