Skip to content

Commit 01d232f

Browse files
committed
update readme
1 parent aae8167 commit 01d232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We will be implementing command line switches and behaviors over time. Several s
1515
- The `SQLCMDPASSWORD` environment variable
1616
- The `:CONNECT` command
1717
- When prompted, the user can type the password to complete a connection (pending [#50](https://github.com/microsoft/go-sqlcmd/issues/50))
18-
18+
- `-r` requires a 0 or 1 argument
1919
- `-R` switch will be removed. The go runtime does not provide access to user locale information, and it's not readily available through syscall on all supported platforms.
2020
- `-I` switch will be removed. To disable quoted identifier behavior, add `SET QUOTED IDENTIFIER OFF` in your scripts.
2121
- `-N` now takes a string value that can be one of `true`, `false`, or `disable` to specify the encryption choice. (`default` is the same as omitting the parameter)

0 commit comments

Comments
 (0)