pages/*: use the imperative in descriptions (#12574)
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# date
|
||||
|
||||
> Displays or sets the system date.
|
||||
> Display or set the system date.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
|
||||
|
||||
- Display the current system date and prompt to enter a new date (leave empty to keep unchanged):
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# fsutil
|
||||
|
||||
> Displays information about file system volumes.
|
||||
> Display information about file system volumes.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/fsutil>.
|
||||
|
||||
- Display a list of volumes:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Get-Acl
|
||||
|
||||
> Gets the security descriptor for a resource, such as a file or registry key.
|
||||
> Get the security descriptor for a resource, such as a file or registry key.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.security/get-acl>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# Get-Date
|
||||
|
||||
> Gets the current date and time.
|
||||
> Get the current date and time.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date>.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# mkdir
|
||||
|
||||
> Creates a directory.
|
||||
> Create a directory.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>.
|
||||
|
||||
- Create a directory:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# netstat
|
||||
|
||||
> Displays active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics.
|
||||
> Display active TCP connections, ports on which the computer is listening, network adapter statistics, the IP routing table, IPv4 statistics and IPv6 statistics.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/netstat>.
|
||||
|
||||
- Display active TCP connections:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# query
|
||||
|
||||
> Displays information about user sessions and process.
|
||||
> Display information about user sessions and process.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/query>.
|
||||
|
||||
- Display all user sessions:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
# setx
|
||||
|
||||
> Sets persistent environment variables.
|
||||
> Set persistent environment variables.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/setx>.
|
||||
|
||||
- Set an environment variable for the current user:
|
||||
|
Reference in New Issue
Block a user