summaryrefslogtreecommitdiff
path: root/udev/udevadm-info.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-01-05 12:28:09 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-01-05 12:28:09 +0100
commitb620292bd2b55d2e8758108a59447f0a512cfea3 (patch)
tree8bc2f304d54bb4aaa9d56ee59acc2a9661a61ec0 /udev/udevadm-info.c
parent9bd66b9dbf5387a9b68c64742daefd07198d2193 (diff)
udevadm: s/udevinfo/udevadm info/
Diffstat (limited to 'udev/udevadm-info.c')
-rw-r--r--udev/udevadm-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c
index 745b4fdb7b..6fe1f86313 100644
--- a/udev/udevadm-info.c
+++ b/udev/udevadm-info.c
@@ -87,7 +87,7 @@ static int print_device_chain(struct udev_device *device)
const char *str;
printf("\n"
- "Udevinfo starts with the device specified by the devpath and then\n"
+ "Udevadm info starts with the device specified by the devpath and then\n"
"walks up the chain of parent devices. It prints for every device\n"
"found, all possible attributes in the udev rules key format.\n"
"A rule to match, can be composed by the attributes of the device\n"