*: standardize "command-line" (#10300)

This commit is contained in:
pixel
2023-05-30 20:37:28 +02:00
committed by GitHub
parent 52447db138
commit d8991be0e8
27 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
# getopt
> Parse command line arguments.
> Parse command-line arguments.
> More information: <https://www.gnu.org/software/libc/manual/html_node/Getopt.html>.
- Parse optional `verbose`/`version` flags with shorthands:

View File

@@ -1,6 +1,6 @@
# goobook
> Access Google contacts from `mutt` or the command line.
> Access Google contacts from `mutt` or the command-line.
> More information: <https://manned.org/goobook>.
- Allow `goobook` to access Google contacts using OAuth2:

View File

@@ -1,7 +1,7 @@
# mpicc
> Open MPI C wrapper compiler.
> The wrappers are simply thin shells on top of a C compiler, they add the relevant compiler and linker flags to the command line that are necessary to compile/link Open MPI programs, and then invoke the underlying C compiler to actually perform the command.
> The wrappers are simply thin shells on top of a C compiler, they add the relevant compiler and linker flags to the command-line that are necessary to compile/link Open MPI programs, and then invoke the underlying C compiler to actually perform the command.
> More information: <https://www.mpich.org/static/docs/latest/www1/mpicc.html>.
- Compile a source code file into an object file:

View File

@@ -1,9 +1,9 @@
# qm showcmd
> Show command line which is used to start the VM (debug info).
> Show command-line which is used to start the VM (debug info).
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
- Show command line for a specific virtual machine:
- Show command-line for a specific virtual machine:
`qm showcmd {{vm_id}}`

View File

@@ -1,6 +1,6 @@
# toolbox
> Tool for containerized command line environments on Linux.
> Tool for containerized command-line environments on Linux.
> Some subcommands such as `toolbox create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>.

View File

@@ -1,6 +1,6 @@
# ttyplot
> A realtime plotting utility for the command line with data input from `stdin`.
> A realtime plotting utility for the command-line with data input from `stdin`.
> More information: <https://github.com/tenox7/ttyplot>.
- Plot the values `1`, `2` and `3` (`cat` prevents ttyplot to exit):

View File

@@ -1,6 +1,6 @@
# virt-xml
> Edit libvirt Domain XML files with explicit command line options.
> Edit libvirt Domain XML files with explicit command-line options.
> NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
> More information: <https://github.com/virt-manager/virt-manager/blob/main/man/virt-xml.rst>.

View File

@@ -1,6 +1,6 @@
# zathura
> A vim-like modal document viewer, with an integrated command line.
> A vim-like modal document viewer, with an integrated command-line.
> Make sure a backend is installed (poppler, PostScript, or DjVu).
> More information: <https://pwmt.org/projects/zathura/>.