Skip to content

Commit b5e6a6a

Browse files
authored
Update sp_doc.md
1 parent 99fa6a9 commit b5e6a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sp_doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To prevent data truncation, unwanted headers, etc. it should be called
8080
via sqlcmd, outputting directly to a readme.md file:
8181

8282
```batchfile
83-
sqlcmd *S localhost *d master *Q "exec sp_doc @DatabaseName = 'WideWorldImporters';" *o readme.md *y 0
83+
sqlcmd -S localhost -d master -Q "exec sp_doc @DatabaseName = 'WideWorldImporters';" -o readme.md -y 0
8484
```
8585

8686
## Sample

0 commit comments

Comments
 (0)