From d8991be0e86d84f6b79d2b86a9f6576815026f36 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 30 May 2023 20:37:28 +0200 Subject: [PATCH] *: standardize "command-line" (#10300) --- pages/common/clifm.md | 2 +- pages/common/cs-complete-dep.md | 2 +- pages/common/ern.md | 2 +- pages/common/gh-secret-set.md | 2 +- pages/common/gnatprep.md | 2 +- pages/common/gsutil.md | 2 +- pages/common/lli.md | 2 +- pages/common/neomutt.md | 2 +- pages/common/railway.md | 4 ++-- pages/common/tailscale-up.md | 2 +- pages/common/tcc.md | 2 +- pages/common/tcsh.md | 2 +- pages/common/tts.md | 2 +- pages/common/u3d.md | 2 +- pages/common/vifm.md | 2 +- pages/common/xmlstarlet.md | 2 +- pages/common/yolo.md | 2 +- pages/linux/getopt.md | 2 +- pages/linux/goobook.md | 2 +- pages/linux/mpicc.md | 2 +- pages/linux/qm-showcmd.md | 4 ++-- pages/linux/toolbox.md | 2 +- pages/linux/ttyplot.md | 2 +- pages/linux/virt-xml.md | 2 +- pages/linux/zathura.md | 2 +- pages/windows/diskpart.md | 2 +- pages/windows/vcvarsall.md | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) diff --git a/pages/common/clifm.md b/pages/common/clifm.md index a8b779fa4..6ac8cc096 100644 --- a/pages/common/clifm.md +++ b/pages/common/clifm.md @@ -1,6 +1,6 @@ # clifm -> The command line file manager. +> The command-line file manager. > More information: . - Start CliFM: diff --git a/pages/common/cs-complete-dep.md b/pages/common/cs-complete-dep.md index 638870503..0e4ecb61f 100644 --- a/pages/common/cs-complete-dep.md +++ b/pages/common/cs-complete-dep.md @@ -1,6 +1,6 @@ # cs complete dep -> Allows the developer to search for libraries without searching directly on the web but from the command line. +> Allows the developer to search for libraries without searching directly on the web but from the command-line. > More information: . - Print which artifacts are published under a specific Maven group identifier: diff --git a/pages/common/ern.md b/pages/common/ern.md index 4a6e2243f..3542345dd 100644 --- a/pages/common/ern.md +++ b/pages/common/ern.md @@ -1,6 +1,6 @@ # ern -> Electrode Native platform command line client. +> Electrode Native platform command-line client. > More information: . - Create a new `ern` application (`MiniApp`): diff --git a/pages/common/gh-secret-set.md b/pages/common/gh-secret-set.md index 30db785f8..66b45cfdc 100644 --- a/pages/common/gh-secret-set.md +++ b/pages/common/gh-secret-set.md @@ -1,6 +1,6 @@ # gh secret set -> Create or update GitHub secrets from the command line. +> Create or update GitHub secrets from the command-line. > More information: . - Set a secret for the current repository (user will be prompted for the value): diff --git a/pages/common/gnatprep.md b/pages/common/gnatprep.md index 0b74656f4..3ad475390 100644 --- a/pages/common/gnatprep.md +++ b/pages/common/gnatprep.md @@ -7,6 +7,6 @@ `gnatprep {{source_file}} {{target_file}} {{definitions_file}}` -- Specify symbol values in the command line: +- Specify symbol values in the command-line: `gnatprep -D{{name}}={{value}} {{source_file}} {{target_file}}` diff --git a/pages/common/gsutil.md b/pages/common/gsutil.md index dbe418756..c4986557a 100644 --- a/pages/common/gsutil.md +++ b/pages/common/gsutil.md @@ -1,6 +1,6 @@ # gsutil -> The gsutil CLI lets you access Google Cloud Storage from the command line. +> The gsutil CLI lets you access Google Cloud Storage from the command-line. > You can use gsutil to do a wide range of bucket and object management tasks. > More information: . diff --git a/pages/common/lli.md b/pages/common/lli.md index 3ed6870f6..5dff1c40d 100644 --- a/pages/common/lli.md +++ b/pages/common/lli.md @@ -7,7 +7,7 @@ `lli {{path/to/file.ll}}` -- Execute with command line arguments: +- Execute with command-line arguments: `lli {{path/to/file.ll}} {{argument1 argument2 ...}}` diff --git a/pages/common/neomutt.md b/pages/common/neomutt.md index 3f93c3000..47f936bc6 100644 --- a/pages/common/neomutt.md +++ b/pages/common/neomutt.md @@ -1,6 +1,6 @@ # neomutt -> NeoMutt command line email client. +> NeoMutt command-line email client. > More information: . - Open the specified mailbox: diff --git a/pages/common/railway.md b/pages/common/railway.md index 70a04cd1a..dddba9ba8 100644 --- a/pages/common/railway.md +++ b/pages/common/railway.md @@ -1,6 +1,6 @@ # railway -> Connect code to a Railway project from the command line. +> Connect code to a Railway project from the command-line. > More information: . - Login to a Railway account: @@ -11,7 +11,7 @@ `railway link {{projectId}}` -- Create a new project directly from the command line: +- Create a new project directly from the command-line: `railway init` diff --git a/pages/common/tailscale-up.md b/pages/common/tailscale-up.md index 3751b1f1e..3882abf27 100644 --- a/pages/common/tailscale-up.md +++ b/pages/common/tailscale-up.md @@ -1,7 +1,7 @@ # tailscale up > Connects the client to the Tailscale network. -> In version 1.8 and above, command line arguments are stored and reused until they're overwritten or `--reset` is called. +> In version 1.8 and above, command-line arguments are stored and reused until they're overwritten or `--reset` is called. > More information: . - Connect to Tailscale: diff --git a/pages/common/tcc.md b/pages/common/tcc.md index 765a982c2..732fac606 100644 --- a/pages/common/tcc.md +++ b/pages/common/tcc.md @@ -1,6 +1,6 @@ # tcc -> A tiny C compiler that can run C source files as scripts and otherwise has command line options similar to `gcc`. +> A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to `gcc`. > More information: . - Compile and link 2 source files to generate an executable: diff --git a/pages/common/tcsh.md b/pages/common/tcsh.md index cf6ec8825..3ee634df9 100644 --- a/pages/common/tcsh.md +++ b/pages/common/tcsh.md @@ -1,6 +1,6 @@ # tcsh -> C shell with file name completion and command line editing. +> C shell with file name completion and command-line editing. > See also: `csh`. > More information: . diff --git a/pages/common/tts.md b/pages/common/tts.md index b52e4f4a0..6e1756b93 100644 --- a/pages/common/tts.md +++ b/pages/common/tts.md @@ -1,6 +1,6 @@ # tts -> Synthesize speech on the command line. +> Synthesize speech on the command-line. > More information: . - Run text-to-speech with the default models, writing the output to "tts_output.wav": diff --git a/pages/common/u3d.md b/pages/common/u3d.md index 8af6aa879..5bda9fa67 100644 --- a/pages/common/u3d.md +++ b/pages/common/u3d.md @@ -1,6 +1,6 @@ # u3d -> Set of tools to interact with Unity from command line. +> Set of tools to interact with Unity from command-line. > More information: . - Open project from the current directory in correct Unity version: diff --git a/pages/common/vifm.md b/pages/common/vifm.md index 34b3d243d..2af72d247 100644 --- a/pages/common/vifm.md +++ b/pages/common/vifm.md @@ -1,6 +1,6 @@ # vifm -> Vifm (VI File Manager) is a command line file manager. +> Vifm (VI File Manager) is a command-line file manager. > More information: . - Open the current directory: diff --git a/pages/common/xmlstarlet.md b/pages/common/xmlstarlet.md index 29a45132c..ff1c12437 100644 --- a/pages/common/xmlstarlet.md +++ b/pages/common/xmlstarlet.md @@ -1,6 +1,6 @@ # xmlstarlet -> A commandline XML/XSLT toolkit. +> A command-line XML/XSLT toolkit. > Note: You will likely need to know XPath: . > More information: . diff --git a/pages/common/yolo.md b/pages/common/yolo.md index c65b1f4d6..a4c000545 100644 --- a/pages/common/yolo.md +++ b/pages/common/yolo.md @@ -1,6 +1,6 @@ # yolo -> The YOLO command line interface lets you simply train, validate or infer models on various tasks and versions. +> The YOLO command-line interface lets you simply train, validate or infer models on various tasks and versions. > More information: . - Create a copy of the default configuration in your current working directory: diff --git a/pages/linux/getopt.md b/pages/linux/getopt.md index ec41facf9..5811d91cc 100644 --- a/pages/linux/getopt.md +++ b/pages/linux/getopt.md @@ -1,6 +1,6 @@ # getopt -> Parse command line arguments. +> Parse command-line arguments. > More information: . - Parse optional `verbose`/`version` flags with shorthands: diff --git a/pages/linux/goobook.md b/pages/linux/goobook.md index 24fc7ef9c..8d5cdb091 100644 --- a/pages/linux/goobook.md +++ b/pages/linux/goobook.md @@ -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: . - Allow `goobook` to access Google contacts using OAuth2: diff --git a/pages/linux/mpicc.md b/pages/linux/mpicc.md index 43b275ce1..80098b9cf 100644 --- a/pages/linux/mpicc.md +++ b/pages/linux/mpicc.md @@ -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: . - Compile a source code file into an object file: diff --git a/pages/linux/qm-showcmd.md b/pages/linux/qm-showcmd.md index 1d52fb020..78998d1e3 100644 --- a/pages/linux/qm-showcmd.md +++ b/pages/linux/qm-showcmd.md @@ -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: . -- Show command line for a specific virtual machine: +- Show command-line for a specific virtual machine: `qm showcmd {{vm_id}}` diff --git a/pages/linux/toolbox.md b/pages/linux/toolbox.md index f1f316a63..e800d62bc 100644 --- a/pages/linux/toolbox.md +++ b/pages/linux/toolbox.md @@ -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: . diff --git a/pages/linux/ttyplot.md b/pages/linux/ttyplot.md index 0e724b318..db8881acd 100644 --- a/pages/linux/ttyplot.md +++ b/pages/linux/ttyplot.md @@ -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: . - Plot the values `1`, `2` and `3` (`cat` prevents ttyplot to exit): diff --git a/pages/linux/virt-xml.md b/pages/linux/virt-xml.md index 7cd0a6171..3857af121 100644 --- a/pages/linux/virt-xml.md +++ b/pages/linux/virt-xml.md @@ -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: . diff --git a/pages/linux/zathura.md b/pages/linux/zathura.md index a581d1e27..85309f1a6 100644 --- a/pages/linux/zathura.md +++ b/pages/linux/zathura.md @@ -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: . diff --git a/pages/windows/diskpart.md b/pages/windows/diskpart.md index 9e4e71ca2..b65882a0d 100644 --- a/pages/windows/diskpart.md +++ b/pages/windows/diskpart.md @@ -3,7 +3,7 @@ > Disk, volume and partition manager. > More information: . -- Run diskpart by itself in an administrative command prompt to enter its command line: +- Run diskpart by itself in an administrative command prompt to enter its command-line: `diskpart` diff --git a/pages/windows/vcvarsall.md b/pages/windows/vcvarsall.md index 4bcc53083..12850c8da 100644 --- a/pages/windows/vcvarsall.md +++ b/pages/windows/vcvarsall.md @@ -1,6 +1,6 @@ # vcvarsall -> Setup the environment variables required for using the Microsoft Visual Studio tools from the command line. +> Setup the environment variables required for using the Microsoft Visual Studio tools from the command-line. > The path of `vcvarsall` for a certain Visual Studio installation can be found using `vswhere`. > More information: .