Skip to content

Commit 2b997e0

Browse files
committed
Update the manual pages
1 parent fa9d43b commit 2b997e0

File tree

560 files changed

+1849
-1173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

560 files changed

+1849
-1173
lines changed

Docs/add-firewall-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PS> ./add-firewall-rules.ps1 [[-PathToExecutables] <String>] [<CommonParameters>
2525
Example
2626
-------
2727
```powershell
28-
PS> ./add-firewall-rules C:\MyApp\bin
28+
PS> ./add-firewall-rules.ps1 C:\MyApp\bin
2929
Adding firewall rule for C:\MyApp\bin\app1.exe
3030
Adding firewall rule for C:\MyApp\bin\app2.exe
3131
...
@@ -51,7 +51,7 @@ Script Content
5151
.PARAMETER PathToExecutables
5252
Specifies the path to the executables
5353
.EXAMPLE
54-
PS> ./add-firewall-rules C:\MyApp\bin
54+
PS> ./add-firewall-rules.ps1 C:\MyApp\bin
5555
Adding firewall rule for C:\MyApp\bin\app1.exe
5656
Adding firewall rule for C:\MyApp\bin\app2.exe
5757
...
@@ -109,4 +109,4 @@ try {
109109
}
110110
```
111111

112-
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 08/06/2023 11:42:25)*
112+
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 08/06/2023 21:36:04)*

Docs/add-memo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PS> ./add-memo.ps1 [[-text] <String>] [<CommonParameters>]
2525
Example
2626
-------
2727
```powershell
28-
PS> ./add-memo "Buy apples"
28+
PS> ./add-memo.ps1 "Buy apples"
2929
✔️ saved to 📄/home/markus/Memos.csv
3030
3131
```
@@ -49,7 +49,7 @@ Script Content
4949
.PARAMETER text
5050
Specifies the text to memorize
5151
.EXAMPLE
52-
PS> ./add-memo "Buy apples"
52+
PS> ./add-memo.ps1 "Buy apples"
5353
✔️ saved to 📄/home/markus/Memos.csv
5454
.LINK
5555
https://github.com/fleschutz/PowerShell
@@ -79,4 +79,4 @@ try {
7979
}
8080
```
8181

82-
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 08/06/2023 11:42:25)*
82+
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 08/06/2023 21:36:05)*

Docs/alert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PS> ./alert.ps1 [[-Message] <String>] [<CommonParameters>]
2525
Example
2626
-------
2727
```powershell
28-
PS> ./alert "Harddisk failure"
28+
PS> ./alert.ps1 "Harddisk failure"
2929
3030
```
3131

@@ -48,7 +48,7 @@ Script Content
4848
.PARAMETER message
4949
Specifies the alert message
5050
.EXAMPLE
51-
PS> ./alert "Harddisk failure"
51+
PS> ./alert.ps1 "Harddisk failure"
5252
.LINK
5353
https://github.com/fleschutz/PowerShell
5454
.NOTES
@@ -71,4 +71,4 @@ try {
7171
}
7272
```
7373

74-
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 08/06/2023 11:42:25)*
74+
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 08/06/2023 21:36:05)*

Docs/build-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PS> ./build-repo.ps1 [[-RepoDir] <String>] [<CommonParameters>]
2525
Example
2626
-------
2727
```powershell
28-
PS> ./build-repo C:\MyRepo
28+
PS> ./build-repo.ps1 C:\MyRepo
2929
3030
```
3131

@@ -48,7 +48,7 @@ Script Content
4848
.PARAMETER RepoDir
4949
Specifies the path to the Git repository
5050
.EXAMPLE
51-
PS> ./build-repo C:\MyRepo
51+
PS> ./build-repo.ps1 C:\MyRepo
5252
.LINK
5353
https://github.com/fleschutz/PowerShell
5454
.NOTES
@@ -177,4 +177,4 @@ try {
177177
}
178178
```
179179

180-
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 08/06/2023 11:42:25)*
180+
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 08/06/2023 21:36:05)*

Docs/build-repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PS> ./build-repos.ps1 [[-ParentDir] <String>] [<CommonParameters>]
2525
Example
2626
-------
2727
```powershell
28-
PS> ./build-repos C:\MyRepos
28+
PS> ./build-repos.ps1 C:\MyRepos
2929
3030
```
3131

@@ -48,7 +48,7 @@ Script Content
4848
.PARAMETER ParentDir
4949
Specifies the path to the parent folder
5050
.EXAMPLE
51-
PS> ./build-repos C:\MyRepos
51+
PS> ./build-repos.ps1 C:\MyRepos
5252
.LINK
5353
https://github.com/fleschutz/PowerShell
5454
.NOTES
@@ -82,4 +82,4 @@ try {
8282
}
8383
```
8484

85-
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 08/06/2023 11:42:25)*
85+
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 08/06/2023 21:36:05)*

Docs/cd-autostart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PS> ./cd-autostart.ps1 [<CommonParameters>]
1616
Example
1717
-------
1818
```powershell
19-
PS> ./cd-autostart
19+
PS> ./cd-autostart.ps1
2020
📂C:\Users\Markus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
2121
2222
```
@@ -38,7 +38,7 @@ Script Content
3838
.DESCRIPTION
3939
This PowerShell script changes the working directory to the user's autostart folder.
4040
.EXAMPLE
41-
PS> ./cd-autostart
41+
PS> ./cd-autostart.ps1
4242
📂C:\Users\Markus\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
4343
.LINK
4444
https://github.com/fleschutz/PowerShell
@@ -60,4 +60,4 @@ try {
6060
}
6161
```
6262

63-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 08/06/2023 11:42:25)*
63+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 08/06/2023 21:36:05)*

Docs/cd-crashdumps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ try {
6060
}
6161
```
6262

63-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 08/06/2023 11:42:25)*
63+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 08/06/2023 21:36:05)*

Docs/cd-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 08/06/2023 11:42:25)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 08/06/2023 21:36:05)*

Docs/cd-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 08/06/2023 11:42:25)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 08/06/2023 21:36:05)*

Docs/cd-downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 08/06/2023 11:42:25)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 08/06/2023 21:36:05)*

0 commit comments

Comments
 (0)