You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/sqlcmd/sqlcmd.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ type SQLCmdArguments struct {
61
61
MultiSubnetFailoverbool`short:"M" help:"Provided for backward compatibility. Sqlcmd always optimizes detection of the active replica of a SQL Failover Cluster."`
62
62
Passwordstring`short:"P" help:"Obsolete. The initial passwords must be set using the SQLCMDPASSWORD environment variable or entered at the password prompt."`
63
63
// Keep Help at the end of the list
64
-
Helpbool`short:"?" help:"Show syntax summary."`
64
+
Helpbool`short:"?" help:"-? shows this syntax summary, --help shows modern sqlcmd sub-command help"`
65
65
}
66
66
67
67
// Validate accounts for settings not described by Kong attributes
0 commit comments