Change old "settings set frame-prompt" and thread-prompt
to frame-format and thread-format.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@138544 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/formats.html b/www/formats.html
index 833ce1b..ff5dc8d 100755
--- a/www/formats.html
+++ b/www/formats.html
@@ -36,8 +36,8 @@
</code></b></p>
<p>The two format strings can currently be set using the <b>settings set</b> command:</p>
- <p><code><b>(lldb)</b> settings set frame-prompt STRING
- <br><b>(lldb)</b> settings set thread-prompt STRING
+ <p><code><b>(lldb)</b> settings set frame-format STRING
+ <br><b>(lldb)</b> settings set thread-format STRING
</p></code>
</div>
@@ -253,4 +253,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>