Browse Source

Update OPTIONS.md

Pedro Lopes 9 years ago
parent
commit
0198e44b08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AdaptiveIndexDefrag/OPTIONS.md

+ 1 - 1
AdaptiveIndexDefrag/OPTIONS.md

@@ -1,4 +1,4 @@
-**Available options for AdaptiveIndexDefrag**
+**Available parameters for AdaptiveIndexDefrag**
 - **@Exec_Print** defaults to 1 (that is to execute the SQL code generated by this SP) or optionally 0 (just print the commands).
 - **@printCmds** defaults to 0 (do not print all commands to screen) or optionally 0 (print all commands to screen). Useful if you just want to see what commands would be executed.
 - **@outputResults** defaults to 0 (does not output fragmentation information) or optionally 0 (output fragmentation information after run completes).