From: Kay Sievers Date: Mon, 5 Jan 2009 11:28:09 +0000 (+0100) Subject: udevadm: s/udevinfo/udevadm info/ X-Git-Tag: 174~1214 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b620292bd2b55d2e8758108a59447f0a512cfea3;p=systemd udevadm: s/udevinfo/udevadm info/ --- diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index 745b4fdb..6fe1f863 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"