Spell 'connection options' correctly.

Submitted by:	  Leonidas Tsampros <ltsampros@upnet.gr>
This commit is contained in:
Giorgos Keramidas 2006-08-11 12:35:22 +00:00
parent 7013c95b5a
commit 2f934d3e27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161207
2 changed files with 6 additions and 2 deletions

View File

@ -31,6 +31,10 @@
*
* $Id: print.c,v 1.4 2001/01/28 07:35:01 bp Exp $
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/stat.h>
@ -145,7 +149,7 @@ void
print_usage(void)
{
printf(
"usage: smbutil print [connection optinons] //user@server/share\n"
"usage: smbutil print [connection options] //user@server/share\n"
);
exit(1);
}

View File

@ -133,7 +133,7 @@ void
view_usage(void)
{
printf(
"usage: smbutil view [connection optinons] //[user@]server\n"
"usage: smbutil view [connection options] //[user@]server\n"
);
exit(1);
}