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:
Vitor Henrique
2024-01-25 02:28:11 -03:00
committed by GitHub
parent 8ee9347041
commit 55a49c4ba1
32 changed files with 34 additions and 34 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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>.

View File

@@ -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:

View File

@@ -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:

View File

@@ -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>.

View File

@@ -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>.