From aaa5a88e3a8d713e3f65a10ea534a56daa6526eb Mon Sep 17 00:00:00 2001 From: robfarley Date: Fri, 21 Apr 2023 04:29:19 +0930 Subject: [PATCH] Fix two typos in readme.md 'oroignla' and 'configuation' fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36432b17..bb170f1e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Use `sqlcmd --help` to view all the available sub-commands. Use `sqlcmd -?` to ### The ~/.sqlcmd/sqlconfig file -Each time `sqlcmd create` completes, a new context is created (e.g. mssql, mssql2, mssql3 etc.). A context contains the endpoint and user configuation detail. To switch between contexts, run `sqlcmd config use `, to view name of the current context, run `sqlcmd config current-context`, to list all contexts, run `sqlcmd config get-contexts`. +Each time `sqlcmd create` completes, a new context is created (e.g. mssql, mssql2, mssql3 etc.). A context contains the endpoint and user configuration detail. To switch between contexts, run `sqlcmd config use `, to view name of the current context, run `sqlcmd config current-context`, to list all contexts, run `sqlcmd config get-contexts`. To view connection strings (ODBC/ADO.NET/JDBC etc.) for the current context and user & endpoint details for all contexts held in the `~/.sqlcmd/sqlconfig` file: @@ -103,7 +103,7 @@ The `sqlcmd` project aims to be a complete port of the original ODBC sqlcmd to t ### Changes in behavior from the ODBC based sqlcmd -The following switches have different behavior in this version of `sqlcmd` compared to the oroignla ODBC based `sqlcmd`. +The following switches have different behavior in this version of `sqlcmd` compared to the original ODBC based `sqlcmd`. - `-P` switch will be removed. Passwords for SQL authentication can only be provided through these mechanisms: