Skip to content

Commit cf0c352

Browse files
committed
Correct enums in history save option
Fixes #123
1 parent 41300d8 commit cf0c352

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PSReadLine/en-US/PSReadline.dll-help.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,9 @@ Using the ScriptBlock parameter, one can achieve equivalent functionality by cal
560560
<maml:description>
561561
<maml:para>Specifies how PSReadLine should save history.</maml:para>
562562
<maml:para>Valid values are:</maml:para>
563-
<maml:para>-- Incremental: save history after each command is executed - and share across multiple instances of PowerShell</maml:para>
564-
<maml:para>-- AtExit: append history file when PowerShell exits</maml:para>
565-
<maml:para>-- Never: don't use a history file</maml:para>
563+
<maml:para>-- SaveIncrementally: save history after each command is executed - and share across multiple instances of PowerShell</maml:para>
564+
<maml:para>-- SaveAtExit: append history file when PowerShell exits</maml:para>
565+
<maml:para>-- SaveNothing: don't use a history file</maml:para>
566566
</maml:description>
567567
<command:parameterValue required="true" variableLength="false">HistorySaveStyle</command:parameterValue>
568568
</command:parameter>
@@ -852,16 +852,16 @@ Using the ScriptBlock parameter, one can achieve equivalent functionality by cal
852852
<maml:description>
853853
<maml:para>Specifies how PSReadLine should save history.</maml:para>
854854
<maml:para>Valid values are:</maml:para>
855-
<maml:para>-- Incremental: save history after each command is executed - and share across multiple instances of PowerShell</maml:para>
856-
<maml:para>-- AtExit: append history file when PowerShell exits</maml:para>
857-
<maml:para>-- Never: don't use a history file</maml:para>
855+
<maml:para>-- SaveIncrementally: save history after each command is executed - and share across multiple instances of PowerShell</maml:para>
856+
<maml:para>-- SaveAtExit: append history file when PowerShell exits</maml:para>
857+
<maml:para>-- SaveNothing: don't use a history file</maml:para>
858858
</maml:description>
859859
<command:parameterValue required="true" variableLength="false">HistorySaveStyle</command:parameterValue>
860860
<dev:type>
861861
<maml:name>HistorySaveStyle</maml:name>
862862
<maml:uri/>
863863
</dev:type>
864-
<dev:defaultValue>Incremental</dev:defaultValue>
864+
<dev:defaultValue>SaveIncrementally</dev:defaultValue>
865865
</command:parameter>
866866
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
867867
<maml:name>HistorySavePath</maml:name>

0 commit comments

Comments
 (0)