Skip to content

Commit 4bea3f2

Browse files
Fix review comments for PR #634
- Remove :serverlist and :perftrace from help text - These commands are in separate PRs and not yet merged - Help text should only list commands that exist in this branch
1 parent 8aa3cf3 commit 4bea3f2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pkg/sqlcmd/commands.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,16 +629,12 @@ go [<n>]
629629
- Action for batch or sqlcmd command errors.
630630
:out <filename>|stderr|stdout
631631
- Redirects query output to a file, stderr, or stdout.
632-
:perftrace <filename>|stderr|stdout
633-
- Redirects timing output to a file, stderr, or stdout.
634632
:quit
635633
- Quits sqlcmd immediately.
636634
:r <filename>
637635
- Append file contents to the statement cache.
638636
:reset
639637
- Discards the statement cache.
640-
:serverlist
641-
- Lists local and SQL Servers on the network.
642638
:setvar {variable}
643639
- Removes a sqlcmd scripting variable.
644640
:setvar <variable> <value>

0 commit comments

Comments
 (0)