Skip to content

Commit bb41bdb

Browse files
author
Justin Chung
committed
Fix default history comment
1 parent 35760e2 commit bb41bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSReadLine/Cmdlets.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ public class PSConsoleReadLineOptions
115115
public const string DefaultContinuationPrompt = ">> ";
116116

117117
/// <summary>
118-
/// The default history format is text. The SQLite is experimental.
119-
/// It is not recommended to use it for production yet.
118+
/// The default history type is text-based history.
119+
/// Users can change default behavior by setting this to SQLite in their profile.
120120
/// </summary>
121121
public const HistoryType DefaultHistoryType = HistoryType.Text;
122122

0 commit comments

Comments
 (0)