changeset 21436:ecacac58c70f

11003 smbutil: broken formatting in usage message Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
author Yuri Pankov <yuri.pankov@nexenta.com>
date Tue, 30 Oct 2018 17:39:32 +0300
parents 7998dda27211
children 624e8530581c
files usr/src/cmd/fs.d/smbclnt/smbutil/smbutil.c
diffstat 1 files changed, 11 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/fs.d/smbclnt/smbutil/smbutil.c	Mon Feb 22 14:17:42 2016 -0500
+++ b/usr/src/cmd/fs.d/smbclnt/smbutil/smbutil.c	Tue Oct 30 17:39:32 2018 +0300
@@ -34,7 +34,7 @@
  * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
+ * Copyright 2018 Nexenta Systems, Inc.
  */
 
 #include <sys/param.h>
@@ -190,17 +190,16 @@
 	printf("\n");
 	printf(gettext("usage: %s [-hv] subcommand [args]\n"), __progname);
 	printf(gettext("where subcommands are:\n"
-	" crypt		slightly obscure password\n"
-	" help		display help on specified subcommand\n"
-	/* " lc		display active connections\n" */
-	" info		display server type and version\n"
-	" login		login to specified host\n"
-	" logout	logout from specified host\n"
-	" logoutall	logout all users (requires privilege)\n"
-	" lookup	resolve NetBIOS name to IP address\n"
-	" print		print file to the specified remote printer\n"
-	" status	resolve IP address or DNS name to NetBIOS names\n"
-	" view		list resources on specified host\n"
+	" crypt          slightly obscure password\n"
+	" help           display help on specified subcommand\n"
+	" info           display server type and version\n"
+	" login          login to specified host\n"
+	" logout         logout from specified host\n"
+	" logoutall      logout all users (requires privilege)\n"
+	" lookup         resolve NetBIOS name to IP address\n"
+	" print          print file to the specified remote printer\n"
+	" status         resolve IP address or DNS name to NetBIOS names\n"
+	" view           list resources on specified host\n"
 	"\n"));
 	exit(1);
 }