Skip to content

Commit

Permalink
[docs] replace 'cmdlet' on 'function'
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzy-ax committed Jan 8, 2019
1 parent c5e406d commit f87b94d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Update-Lbi/Functions/Update-Lbi.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Update lbi in several html files.
.DESCRIPTION
The cmdlet provide useful features:
The function provides useful features:
* default values to easy updates all html file from site root directory
* maintain wildcards
* show progress bar (TODO)
Expand Down Expand Up @@ -32,10 +32,10 @@ Gets the files in the specified path and in all child directory.
Forces the set-content to set the contents of a file, even if the file is read-only.
.PARAMETER UseCachedLbiOnly
Use early cached library items only. If the switch enabled and a lbi is not found in the cache, cmdlet uses the original framgent.
Use early cached library items only. If the switch enabled and a lbi is not found in the cache, function uses the original framgent.
.PARAMETER SkipResetLbiCache
Do not reset library item cache - the Update-LibItem cmdlets should read lbi-files once again.
Do not reset library item cache - the Update-LibItem function should read lbi-files once again.
.LINK
set-content
Expand Down
2 changes: 1 addition & 1 deletion Update-Lbi/Internal/Update-LibItem.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The default location is the current directory.
Forces the set-content to set the contents of a file, even if the file is read-only.
.PARAMETER UseCachedLbiOnly
Use early cached library items only. If the switch enabled and a lbi is not found in the cache, cmdlet uses the original framgent.
Use early cached library items only. If the switch enabled and a lbi is not found in the cache, function uses the original framgent.
.LINK
set-content
Expand Down

0 comments on commit f87b94d

Please sign in to comment.