pages*: remove "one or more" from description when superfluous (#12121)
* pages*: remove "one or more" from description when superfluous --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# choco uninstall
|
||||
|
||||
> Uninstall one or more packages with Chocolatey.
|
||||
> Uninstall packages with Chocolatey.
|
||||
> More information: <https://chocolatey.org/docs/commands-uninstall>.
|
||||
|
||||
- Uninstall one or more space-separated packages:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# expand
|
||||
|
||||
> Uncompress one or more Windows Cabinet files.
|
||||
> Uncompress Windows Cabinet files.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/expand>.
|
||||
|
||||
- Uncompress a single-file Cabinet file to the specified directory:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# find
|
||||
|
||||
> Find a specified string in one or more files.
|
||||
> Find a specified string in files.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>.
|
||||
|
||||
- Find lines that contain a specified string:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# finger
|
||||
|
||||
> Return information about one or more users on a specified system.
|
||||
> Return information about users on a specified system.
|
||||
> The remote system must be running the Finger service.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/finger>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# forfiles
|
||||
|
||||
> Select one or more files to execute a specified command on.
|
||||
> Select files to execute a specified command on.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/forfiles>.
|
||||
|
||||
- Search for files in the current directory:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Remove-AppxPackage
|
||||
|
||||
> A PowerShell utility to remove an app package from one or more user accounts.
|
||||
> A PowerShell utility to remove an app package from user accounts.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/appx/Remove-AppxPackage>.
|
||||
|
||||
- Remove an app package:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Start-Service
|
||||
|
||||
> Starts one or more stopped services.
|
||||
> Starts stopped services.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/start-service>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Stop-Service
|
||||
|
||||
> Stops one or more running services.
|
||||
> Stops running services.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/stop-service>.
|
||||
|
||||
|
Reference in New Issue
Block a user