Skip to content

Commit

Permalink
getdevpath(8): Sync usage() to man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nikolajsen authored and Matthew Dillon committed Sep 30, 2009
1 parent 7b9d5bf commit ebd99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/getdevpath/getdevpath.c
Expand Up @@ -91,6 +91,6 @@ main(int ac, char **av)
static void
usage(void)
{
fprintf(stderr, "getdevpath [-q] [-r] devname...\n");
fprintf(stderr, "usage: getdevpath [-qr] devname ...\n");
exit(1);
}

0 comments on commit ebd99ea

Please sign in to comment.