Skip to content

Commit

Permalink
Fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiospizzi committed Apr 9, 2020
1 parent 88d8537 commit d5f8e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adb/Functions/Set-AdbItemProperty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
None
.EXAMPLE
PS C:\> Set-AdbItem -Name 'myname' -Property 'myprop' -Value 'myvalue'
PS C:\> Set-AdbItemProperty -Name 'myname' -Property 'myprop' -Value 'myvalue'
Update the item myname property myprop to the value myvalue.
#>
function Set-AdbItemProperty
Expand Down

0 comments on commit d5f8e4d

Please sign in to comment.