mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-18 00:20:09 +02:00
Update the comment based help
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
## encrypt-file.ps1 - Encrypts a file
|
||||
|
||||
encrypt-file.ps1 [<Path>] [<Password>]
|
||||
This script encrypts the given file.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
|
||||
-Path <String>
|
||||
Specifies the path to the file to encrypt
|
||||
|
||||
Required? false
|
||||
Position? 1
|
||||
@@ -15,6 +16,7 @@ encrypt-file.ps1 [[-Path] <String>] [[-Password] <String>] [<CommonParameters>]
|
||||
Accept wildcard characters? false
|
||||
|
||||
-Password <String>
|
||||
Specifies the password to use
|
||||
|
||||
Required? false
|
||||
Position? 2
|
||||
|
Reference in New Issue
Block a user