summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setfmac/setfmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/setfmac/setfmac.c')
-rw-r--r--usr.sbin/setfmac/setfmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/setfmac/setfmac.c b/usr.sbin/setfmac/setfmac.c
index d55c394..7fc2201 100644
--- a/usr.sbin/setfmac/setfmac.c
+++ b/usr.sbin/setfmac/setfmac.c
@@ -180,9 +180,9 @@ usage(int is_setfmac)
{
if (is_setfmac)
- fprintf(stderr, "usage: setfmac [-Rh] label path [...]\n");
+ fprintf(stderr, "usage: setfmac [-Rh] label file ...\n");
else
- fprintf(stderr, "usage: setfsmac [-evx] [-f specfile [...]] [-s specfile [...]] path [...]\n");
+ fprintf(stderr, "usage: setfsmac [-ehvx] [-f specfile [...]] [-s specfile [...]] file ...\n");
exit(1);
}
OpenPOWER on IntegriCloud