mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Spell 'connection options' correctly.
Submitted by: Leonidas Tsampros <ltsampros@upnet.gr>
This commit is contained in:
parent
7013c95b5a
commit
2f934d3e27
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161207
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user