summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardc/power.c')
-rw-r--r--usr.sbin/pccard/pccardc/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardc/power.c b/usr.sbin/pccard/pccardc/power.c
index 45a82f5..59d43a5 100644
--- a/usr.sbin/pccard/pccardc/power.c
+++ b/usr.sbin/pccard/pccardc/power.c
@@ -68,7 +68,7 @@ power_main(argc, argv)
}
}
if (!valid)
- errx(1, "Usage: %s power slot newstat", argv[0]);
+ errx(1, "usage: %s power slot newstat", argv[0]);
sscanf(argv[2], "%d", &newstat);
sprintf(name, CARD_DEVICE, atoi(argv[1]));
OpenPOWER on IntegriCloud