diff --git a/pages/android/bugreportz.md b/pages/android/bugreportz.md index 161d0ca5ad..e5c31d7301 100644 --- a/pages/android/bugreportz.md +++ b/pages/android/bugreportz.md @@ -12,10 +12,10 @@ `bugreportz -p` -- Display version: - -`bugreportz -v` - - Display help: `bugreportz -h` + +- Display version: + +`bugreportz -v` diff --git a/pages/common/acyclic.md b/pages/common/acyclic.md index 6d3c8a431b..28b7a37934 100644 --- a/pages/common/acyclic.md +++ b/pages/common/acyclic.md @@ -12,6 +12,6 @@ `acyclic -v -n {{path/to/input.gv}}` -- Display help for `acyclic`: +- Display help: `acyclic -?` diff --git a/pages/common/amass.md b/pages/common/amass.md index 408a50bbfc..b3b87e9bd4 100644 --- a/pages/common/amass.md +++ b/pages/common/amass.md @@ -8,7 +8,7 @@ `amass {{subcommand}}` -- Show general help: +- Display help: `amass -help` diff --git a/pages/common/assimp.md b/pages/common/assimp.md index ecebb3992b..e0b66f6d02 100644 --- a/pages/common/assimp.md +++ b/pages/common/assimp.md @@ -24,10 +24,10 @@ `assimp info {{path/to/file}}` -- List all supported subcommands ("verbs"): +- Display help: `assimp help` -- Get help on a specific subcommand (e.g. the parameters specific to it): +- Display help for a specific subcommand: `assimp {{subcommand}} --help` diff --git a/pages/common/aws-codecommit.md b/pages/common/aws-codecommit.md index 43ec9621bd..5b2f611213 100644 --- a/pages/common/aws-codecommit.md +++ b/pages/common/aws-codecommit.md @@ -3,10 +3,10 @@ > A managed source control service that hosts private Git repositories. > More information: . -- Display help for a specific command: - -`aws codecommit {{command}} help` - - Display help: `aws codecommit help` + +- Display help for a specific command: + +`aws codecommit {{command}} help` diff --git a/pages/common/aws-iam.md b/pages/common/aws-iam.md index 53246cfc21..19f5750d91 100644 --- a/pages/common/aws-iam.md +++ b/pages/common/aws-iam.md @@ -3,10 +3,6 @@ > CLI for AWS IAM. > More information: . -- Show `aws iam` help page (including all available iam commands): - -`aws iam help` - - List users: `aws iam list-users` @@ -34,3 +30,7 @@ - List access keys for a specific user: `aws iam list-access-keys --user-name {{user_name}}` + +- Display help: + +`aws iam help` diff --git a/pages/common/aws-rds.md b/pages/common/aws-rds.md index fa27363ad4..fdc3b9737a 100644 --- a/pages/common/aws-rds.md +++ b/pages/common/aws-rds.md @@ -4,7 +4,7 @@ > Create and manage relational databases. > More information: . -- Display help for specific RDS subcommand: +- Display help for a specific RDS subcommand: `aws rds {{subcommand}} help` diff --git a/pages/common/aws.md b/pages/common/aws.md index d18fe19813..1e19b393e7 100644 --- a/pages/common/aws.md +++ b/pages/common/aws.md @@ -12,10 +12,6 @@ `aws configure sso` -- See help text for the AWS command: - -`aws {{command}} help` - - Get the caller identity (used to troubleshoot permissions): `aws sts get-caller-identity` @@ -35,3 +31,7 @@ - Generate a JSON CLI Skeleton (useful for infrastructure as code): `aws dynamodb update-table --generate-cli-skeleton` + +- Display help for a specific command: + +`aws {{command}} help` diff --git a/pages/common/babel.md b/pages/common/babel.md index e86bf5ca82..b37a7f4632 100644 --- a/pages/common/babel.md +++ b/pages/common/babel.md @@ -31,6 +31,6 @@ `babel {{path/to/input_file}} --presets {{presets}}` -- Output all available options: +- Display help: `babel --help` diff --git a/pages/common/bcomps.md b/pages/common/bcomps.md index 32e604bb6e..d5435877bc 100644 --- a/pages/common/bcomps.md +++ b/pages/common/bcomps.md @@ -16,6 +16,6 @@ `bcomps -x -o {{path/to/output.gv}} {{path/to/input1.gv}} {{path/to/input2.gv ...}}` -- Display help for `bcomps`: +- Display help: `bcomps -?` diff --git a/pages/common/boot.md b/pages/common/boot.md index 3c6f3d3842..15baf94dbf 100644 --- a/pages/common/boot.md +++ b/pages/common/boot.md @@ -11,10 +11,6 @@ `boot jar` -- Learn about a command: - -`boot cljs --help` - - Generate scaffolding for a new project based on a template: `boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}` @@ -26,3 +22,7 @@ - Build for production (if using the boot/new template): `boot prod` + +- Display help for a specific task: + +`boot {{task}} --help` diff --git a/pages/common/bower.md b/pages/common/bower.md index 5e3406b449..b486d418ae 100644 --- a/pages/common/bower.md +++ b/pages/common/bower.md @@ -20,10 +20,6 @@ `bower list` -- Display help information about a bower command: - -`bower help {{command}}` - - Create a `bower.json` file for your package: `bower init` @@ -31,3 +27,7 @@ - Install a specific dependency version, and add it to `bower.json`: `bower install {{local_name}}={{package}}#{{version}} --save` + +- Display help for a specific command: + +`bower help {{command}}` diff --git a/pages/common/box.md b/pages/common/box.md index 458845e0e0..62389e9985 100644 --- a/pages/common/box.md +++ b/pages/common/box.md @@ -27,6 +27,6 @@ `box verify {{path/to/phar_file}}` -- Display all available commands and options: +- Display help: `box help` diff --git a/pages/common/bpytop.md b/pages/common/bpytop.md index 6a8eb96b75..07599ec387 100644 --- a/pages/common/bpytop.md +++ b/pages/common/bpytop.md @@ -12,10 +12,6 @@ `bpytop -m` -- Display version: - -`bpytop -v` - - Toggle minimal mode: `m` @@ -27,3 +23,7 @@ - Change settings: `M` + +- Display version: + +`bpytop -v` diff --git a/pages/common/cargo-version.md b/pages/common/cargo-version.md index 92afc9ce19..538b78887a 100644 --- a/pages/common/cargo-version.md +++ b/pages/common/cargo-version.md @@ -3,7 +3,7 @@ > Display `cargo` version information. > More information: . -- Display the version of `cargo`: +- Display version: `cargo version` diff --git a/pages/common/cbonsai.md b/pages/common/cbonsai.md index 51778dbf8d..4342999b11 100644 --- a/pages/common/cbonsai.md +++ b/pages/common/cbonsai.md @@ -19,6 +19,6 @@ `cbonsai -v` -- Display cbonsai help: +- Display help: `cbonsai -h` diff --git a/pages/common/ccomps.md b/pages/common/ccomps.md index dc3f566637..de2afd7309 100644 --- a/pages/common/ccomps.md +++ b/pages/common/ccomps.md @@ -16,6 +16,6 @@ `ccomps -x -o {{path/to/output.gv}} {{path/to/input1.gv}} {{path/to/input2.gv ...}}` -- Display help for `ccomps`: +- Display help: `ccomps -?` diff --git a/pages/common/cheat.md b/pages/common/cheat.md index 0c1320b90d..9096053e4f 100644 --- a/pages/common/cheat.md +++ b/pages/common/cheat.md @@ -19,6 +19,6 @@ `cheat -s {{command}}` -- Get the current cheat version: +- Display version: `cheat -v` diff --git a/pages/common/clear.md b/pages/common/clear.md index a77206ba67..2e680b424c 100644 --- a/pages/common/clear.md +++ b/pages/common/clear.md @@ -15,6 +15,6 @@ `clear -T {{type_of_terminal}}` -- Show the version of `ncurses` used by `clear`: +- Display the version of `ncurses` used by `clear`: `clear -V` diff --git a/pages/common/clido.md b/pages/common/clido.md index 80451717d4..19acdf6d3c 100644 --- a/pages/common/clido.md +++ b/pages/common/clido.md @@ -27,10 +27,10 @@ `clido edit {{text_editor}}` -- Display version: - -`clido -v` - - Display help: `clido -h` + +- Display version: + +`clido -v` diff --git a/pages/common/clifm.md b/pages/common/clifm.md index 6ac8cc096c..1ebe0c85d1 100644 --- a/pages/common/clifm.md +++ b/pages/common/clifm.md @@ -27,7 +27,7 @@ `r sel` -- Display detailed help: +- Display help: `?` diff --git a/pages/common/consul.md b/pages/common/consul.md index f76e0bf968..28b204f5ef 100644 --- a/pages/common/consul.md +++ b/pages/common/consul.md @@ -4,14 +4,14 @@ > Some subcommands such as `consul kv` have their own usage documentation. > More information: . -- Check the Consul version: - -`consul --version` - - Display help: `consul --help` -- Display help for a sub-command: +- Display help for a subcommand: -`consul {{sub-command}} --help` +`consul {{subcommand}} --help` + +- Display version: + +`consul --version` diff --git a/pages/common/cradle.md b/pages/common/cradle.md index 836044acf0..dbf6dd1fed 100644 --- a/pages/common/cradle.md +++ b/pages/common/cradle.md @@ -8,14 +8,14 @@ `cradle connect {{server_name}}` -- Display general help: +- Execute a Cradle command: + +`cradle {{command}}` + +- Display help: `cradle help` - Display help for a specific command: `cradle {{command}} help` - -- Execute a Cradle command: - -`cradle {{command}}` diff --git a/pages/common/cs.md b/pages/common/cs.md index aecca4fd9d..7643be8cf1 100644 --- a/pages/common/cs.md +++ b/pages/common/cs.md @@ -5,10 +5,6 @@ > Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation. > More information: . -- Display version: - -`cs version` - - Show a list of the installed applications: `cs list` @@ -28,3 +24,7 @@ - Update all the installed applications: `cs update` + +- Display version: + +`cs version` diff --git a/pages/common/cups-config.md b/pages/common/cups-config.md index 9bd94ba2bd..0013bee276 100644 --- a/pages/common/cups-config.md +++ b/pages/common/cups-config.md @@ -3,10 +3,6 @@ > Show technical information about your CUPS print server installation. > More information: . -- Show the currently installed version of CUPS: - -`cups-config --version` - - Show where CUPS is currently installed: `cups-config --serverbin` @@ -19,6 +15,10 @@ `cups-config --datadir` -- Display all available options: +- Display help: `cups-config --help` + +- Display CUPS version: + +`cups-config --version` diff --git a/pages/common/cupsd.md b/pages/common/cupsd.md index e6db5d1491..e2b14c4148 100644 --- a/pages/common/cupsd.md +++ b/pages/common/cupsd.md @@ -31,6 +31,6 @@ `cupsd -t -s {{path/to/cups-files.conf}}` -- Display all available options: +- Display help: `cupsd -h` diff --git a/pages/common/django-admin.md b/pages/common/django-admin.md index 56765a58bd..bab8c2e588 100644 --- a/pages/common/django-admin.md +++ b/pages/common/django-admin.md @@ -15,6 +15,6 @@ `django-admin --version` -- Display more information for the given command: +- Display help for a specific command: `django-admin help {{command}}` diff --git a/pages/common/dolt-blame.md b/pages/common/dolt-blame.md index 4497898b17..be8b6e8bb9 100644 --- a/pages/common/dolt-blame.md +++ b/pages/common/dolt-blame.md @@ -11,6 +11,6 @@ `dolt blame {{commit}} {{table}}` -- View help: +- Display help: `dolt blame --help` diff --git a/pages/common/dvc.md b/pages/common/dvc.md index 3a83b1cc28..355f048041 100644 --- a/pages/common/dvc.md +++ b/pages/common/dvc.md @@ -4,9 +4,9 @@ > Some subcommands such as `dvc commit` have their own usage documentation. > More information: . -- Check the DVC version: +- Execute a DVC subcommand: -`dvc --version` +`dvc {{subcommand}}` - Display general help: @@ -16,6 +16,6 @@ `dvc {{subcommand}} --help` -- Execute a DVC subcommand: +- Display version: -`dvc {{subcommand}}` +`dvc --version` diff --git a/pages/common/edgepaint.md b/pages/common/edgepaint.md index 071443d313..8eb598ee92 100644 --- a/pages/common/edgepaint.md +++ b/pages/common/edgepaint.md @@ -16,6 +16,6 @@ `dot {{path/to/input.gv}} | edgepaint | dot -T {{png}} > {{path/to/output.png}}` -- Display help for `edgepaint`: +- Display help: `edgepaint -?` diff --git a/pages/common/flyctl.md b/pages/common/flyctl.md index e24f1eed45..c7790c0685 100644 --- a/pages/common/flyctl.md +++ b/pages/common/flyctl.md @@ -31,6 +31,6 @@ `flyctl status --app {{app_name}}` -- Show version information: +- Display version information: `flyctl version` diff --git a/pages/common/fossil.md b/pages/common/fossil.md index 2a31cb7095..c7d50b2305 100644 --- a/pages/common/fossil.md +++ b/pages/common/fossil.md @@ -4,18 +4,18 @@ > Some subcommands such as `fossil commit` have their own usage documentation. > More information: . -- Check the Fossil version: - -`fossil version` - -- Show general help (list available subcommands): - -`fossil help` - -- Display help on a Fossil subcommand (like `add`, `commit`, etc.): - -`fossil help {{subcommand}}` - - Execute a Fossil subcommand: `fossil {{subcommand}}` + +- Display help: + +`fossil help` + +- Display help for a specific subcommand (like `add`, `commit`, etc.): + +`fossil help {{subcommand}}` + +- Display version: + +`fossil version` diff --git a/pages/common/gcloud-version.md b/pages/common/gcloud-version.md index 465110af34..13bf5e4711 100644 --- a/pages/common/gcloud-version.md +++ b/pages/common/gcloud-version.md @@ -3,7 +3,7 @@ > Print version information for Google Cloud CLI components. > More information: . -- Print the version information for all installed components, along with available updates to them: +- Display version information for all installed components, along with available updates to them: `gcloud version` diff --git a/pages/common/gh-alias.md b/pages/common/gh-alias.md index e6c81bdba4..36647c721c 100644 --- a/pages/common/gh-alias.md +++ b/pages/common/gh-alias.md @@ -3,10 +3,6 @@ > Manage GitHub CLI command aliases. > More information: . -- Display the subcommand help: - -`gh alias` - - List all the aliases `gh` is configured to use: `gh alias list` @@ -22,3 +18,7 @@ - Delete a command shortcut: `gh alias delete {{alias_name}}` + +- Display the subcommand help: + +`gh alias` diff --git a/pages/common/gh-api.md b/pages/common/gh-api.md index 1326d737f3..2beedb01b1 100644 --- a/pages/common/gh-api.md +++ b/pages/common/gh-api.md @@ -3,10 +3,6 @@ > Makes authenticated HTTP requests to the GitHub API and prints the response. > More information: . -- Display the subcommand help: - -`gh api --help` - - Display the releases for the current repository in JSON format: `gh api repos/:owner/:repo/releases` @@ -34,3 +30,7 @@ - Send a request to a specific GitHub Enterprise Server: `gh api --hostname {{github.example.com}} {{endpoint}}` + +- Display the subcommand help: + +`gh api --help` diff --git a/pages/common/gh-completion.md b/pages/common/gh-completion.md index 2c9234c72e..371997bb21 100644 --- a/pages/common/gh-completion.md +++ b/pages/common/gh-completion.md @@ -3,10 +3,6 @@ > Generate shell completion scripts for GitHub CLI commands. > More information: . -- Display the subcommand help: - -`gh completion` - - Print a completion script: `gh completion --shell {{bash|zsh|fish|powershell}}` @@ -18,3 +14,7 @@ - Append the `gh` completion script to `~/.zshrc`: `gh completion --shell {{zsh}} >> {{~/.zshrc}}` + +- Display the subcommand help: + +`gh completion` diff --git a/pages/common/ghdl.md b/pages/common/ghdl.md index af6b184bb5..44129c8731 100644 --- a/pages/common/ghdl.md +++ b/pages/common/ghdl.md @@ -23,6 +23,6 @@ `ghdl -s {{filename.vhdl}}` -- Display the help page: +- Display help: `ghdl --help` diff --git a/pages/common/git-extras.md b/pages/common/git-extras.md index 3ea08e2a30..eed9e14722 100644 --- a/pages/common/git-extras.md +++ b/pages/common/git-extras.md @@ -7,10 +7,10 @@ `git extras update` -- Display help and subcommands: +- Display help: `git extras --help` -- Print the version of installed `git-extras`: +- Display version: `git extras --version` diff --git a/pages/common/git-gc.md b/pages/common/git-gc.md index 998c5dc7f1..55e1955603 100644 --- a/pages/common/git-gc.md +++ b/pages/common/git-gc.md @@ -19,6 +19,6 @@ `git gc --quiet` -- View full usage: +- Display help: `git gc --help` diff --git a/pages/common/git.md b/pages/common/git.md index 8ff939ca27..a8adb83be0 100644 --- a/pages/common/git.md +++ b/pages/common/git.md @@ -4,18 +4,6 @@ > Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation. > More information: . -- Check the Git version: - -`git --version` - -- Show general help: - -`git --help` - -- Display help on a Git subcommand (like `clone`, `add`, `push`, `log`, etc.): - -`git help {{subcommand}}` - - Execute a Git subcommand: `git {{subcommand}}` @@ -27,3 +15,15 @@ - Execute a Git subcommand with a given configuration set: `git -c '{{config.key}}={{value}}' {{subcommand}}` + +- Display help: + +`git --help` + +- Display help for a specific subcommand (like `clone`, `add`, `push`, `log`, etc.): + +`git help {{subcommand}}` + +- Display version: + +`git --version` diff --git a/pages/common/gmssl.md b/pages/common/gmssl.md index 56b507f69c..9a439bab5a 100644 --- a/pages/common/gmssl.md +++ b/pages/common/gmssl.md @@ -31,6 +31,6 @@ `gmssl zuc -d -in {{path/to/file.zuc}}` -- Print version: +- Display version: `gmssl version` diff --git a/pages/common/go-version.md b/pages/common/go-version.md index 1ed64f493a..6ff1551492 100644 --- a/pages/common/go-version.md +++ b/pages/common/go-version.md @@ -1,12 +1,12 @@ # go version -> Print Go version. +> Display Go version. > More information: . -- Print Go version: +- Display version: `go version` -- Print the Go version used to build the named executable file: +- Display the Go version used to build a specific executable file: `go version {{path/to/executable}}` diff --git a/pages/common/godoc.md b/pages/common/godoc.md index 2dd58be2d8..1c99fd917d 100644 --- a/pages/common/godoc.md +++ b/pages/common/godoc.md @@ -3,7 +3,7 @@ > Show documentation for go packages. > More information: . -- Display help for package "fmt": +- Display help for a specific package: `godoc {{fmt}}` diff --git a/pages/common/googler.md b/pages/common/googler.md index 38b13d5722..653f771787 100644 --- a/pages/common/googler.md +++ b/pages/common/googler.md @@ -31,6 +31,6 @@ `googler -u` -- For more help in interactive mode: +- Display help in interactive mode: `?` diff --git a/pages/common/gotelemetry.md b/pages/common/gotelemetry.md index b4667364fb..e56dad48e2 100644 --- a/pages/common/gotelemetry.md +++ b/pages/common/gotelemetry.md @@ -19,6 +19,6 @@ `gotelemetry env` -- Show details about any subcommand: +- Display help for a specific subcommand: `gotelemetry help {{subcommand}}` diff --git a/pages/common/gpg-tui.md b/pages/common/gpg-tui.md index 6d8b068589..ff280efd25 100644 --- a/pages/common/gpg-tui.md +++ b/pages/common/gpg-tui.md @@ -11,10 +11,6 @@ `gpg-tui --style {{colored}} --armor` -- Display help in `gpg-tui`: - -`?` - - Quit `gpg-tui`: `q` @@ -34,3 +30,7 @@ - Refresh `gpg-tui`: `r` + +- Display help in `gpg-tui`: + +`?` diff --git a/pages/common/grunt.md b/pages/common/grunt.md index 92dd1a30f0..09d92a24ad 100644 --- a/pages/common/grunt.md +++ b/pages/common/grunt.md @@ -27,6 +27,6 @@ `grunt --no-write` -- List all available options: +- Display help: `grunt --help` diff --git a/pages/common/gt.md b/pages/common/gt.md index 7432affb2d..c061e16d15 100644 --- a/pages/common/gt.md +++ b/pages/common/gt.md @@ -27,6 +27,6 @@ `gt log short` -- Print help for a specified subcommand: +- Display help for a specified subcommand: `gt {{subcommand}} --help` diff --git a/pages/common/gvcolor.md b/pages/common/gvcolor.md index 88ebbe8ffd..d98795985e 100644 --- a/pages/common/gvcolor.md +++ b/pages/common/gvcolor.md @@ -12,6 +12,6 @@ `dot {{path/to/input.gv}} | gvcolor | dot -T {{png}} > {{path/to/output.png}}` -- Display help for `gvcolor`: +- Display help: `gvcolor -?` diff --git a/pages/common/gvpack.md b/pages/common/gvpack.md index feab79abae..b4eaf64617 100644 --- a/pages/common/gvpack.md +++ b/pages/common/gvpack.md @@ -20,6 +20,6 @@ `gvpack -u {{path/to/layout1.gv}} {{path/to/layout2.gv ...}} > {{path/to/output.gv}}` -- Display help for `gvpack`: +- Display help: `gvpack -?` diff --git a/pages/common/hangups.md b/pages/common/hangups.md index bbe0d8bf7f..65b396b44e 100644 --- a/pages/common/hangups.md +++ b/pages/common/hangups.md @@ -7,7 +7,7 @@ `hangups` -- View troubleshooting information and help: +- Display troubleshooting information and help: `hangups -h` diff --git a/pages/common/help2man.md b/pages/common/help2man.md index 0c136c46a6..2791829d15 100644 --- a/pages/common/help2man.md +++ b/pages/common/help2man.md @@ -19,6 +19,6 @@ `help2man {{executable}} --output {{path/to/file}}` -- Display detailed help: +- Display help: `help2man --help` diff --git a/pages/common/hg.md b/pages/common/hg.md index 239b543123..88ff0e268e 100644 --- a/pages/common/hg.md +++ b/pages/common/hg.md @@ -8,11 +8,11 @@ `hg {{command}}` -- Call general help: +- Display help: `hg help` -- Call help on a command: +- Display help for a specific command: `hg help {{command}}` diff --git a/pages/common/httprobe.md b/pages/common/httprobe.md index f5429e110a..53992cd62e 100644 --- a/pages/common/httprobe.md +++ b/pages/common/httprobe.md @@ -15,6 +15,6 @@ `cat {{input_file}} | httprobe -p {{https:2222}}` -- Output all available options: +- Display help: `httprobe --help` diff --git a/pages/common/ibmcloud.md b/pages/common/ibmcloud.md index 76865dac09..03c3be141d 100644 --- a/pages/common/ibmcloud.md +++ b/pages/common/ibmcloud.md @@ -15,10 +15,6 @@ `ibmcloud regions` -- Display `ibmcloud` version: - -`ibmcloud version` - - Display help: `ibmcloud help` @@ -26,3 +22,7 @@ - Display help for a subcommand: `ibmcloud help {{subcommand}}` + +- Display version: + +`ibmcloud version` diff --git a/pages/common/id3tag.md b/pages/common/id3tag.md index ebe1a81542..1f4ee28359 100644 --- a/pages/common/id3tag.md +++ b/pages/common/id3tag.md @@ -11,6 +11,6 @@ `id3tag --album={{album}} {{*.mp3}}` -- Get more help: +- Display help: `id3tag --help` diff --git a/pages/common/ionic.md b/pages/common/ionic.md index fb5705f5f9..19200dd0a5 100644 --- a/pages/common/ionic.md +++ b/pages/common/ionic.md @@ -15,10 +15,6 @@ `ionic g {{page}}` -- Show versions of Ionic, Cordova, environment, etc.: - -`ionic info` - - Run app on an Android/iOS device: `ionic cordova run {{android|ios}} --device` @@ -26,3 +22,7 @@ - Check the health of an Ionic app: `ionic doctor {{check}}` + +- Display versions of Ionic, Cordova, environment, etc.: + +`ionic info` diff --git a/pages/common/irssi.md b/pages/common/irssi.md index 20eb917342..f3bb8a1d7c 100644 --- a/pages/common/irssi.md +++ b/pages/common/irssi.md @@ -11,7 +11,7 @@ `irssi -c {{irc.example.com}} -p {{port}}` -- View the help: +- Display help: `irssi --help` diff --git a/pages/common/java.md b/pages/common/java.md index e6d20c1f6b..51632931a0 100644 --- a/pages/common/java.md +++ b/pages/common/java.md @@ -23,6 +23,6 @@ `java -version` -- Display usage information for the java command: +- Display help: `java -help` diff --git a/pages/common/json5.md b/pages/common/json5.md index 77aa00f2a9..4c226e75db 100644 --- a/pages/common/json5.md +++ b/pages/common/json5.md @@ -23,6 +23,6 @@ `json5 --space {{indent_amount}}` -- View available options: +- Display help: `json5 --help` diff --git a/pages/common/lebab.md b/pages/common/lebab.md index 9203985ca6..66fbcb16ea 100644 --- a/pages/common/lebab.md +++ b/pages/common/lebab.md @@ -4,10 +4,6 @@ > Transformations must be provided for all examples. > More information: . -- Display a list of the available transformations: - -`lebab --help` - - Transpile using one or more comma-separated transformations: `lebab --transform {{transformation}}` @@ -23,3 +19,7 @@ - Replace all `.js` files in-place in the specified directory, glob or file: `lebab --replace {{directory|glob|file}}` + +- Display help: + +`lebab --help` diff --git a/pages/common/makensis.md b/pages/common/makensis.md index 3301e70b7f..437812215a 100644 --- a/pages/common/makensis.md +++ b/pages/common/makensis.md @@ -12,6 +12,6 @@ `makensis -WX {{path/to/file.nsi}}` -- Print help for a specific command: +- Display help for a specific command: `makensis -CMDHELP {{command}}` diff --git a/pages/common/meson.md b/pages/common/meson.md index 74ffb5ee95..d4dca83ef3 100644 --- a/pages/common/meson.md +++ b/pages/common/meson.md @@ -23,6 +23,6 @@ `meson --help` -- Show version info: +- Display version: `meson --version` diff --git a/pages/common/mingle.md b/pages/common/mingle.md index 78edad3252..996aa2efeb 100644 --- a/pages/common/mingle.md +++ b/pages/common/mingle.md @@ -12,6 +12,6 @@ `dot {{path/to/input.gv}} | mingle | dot -T {{png}} > {{path/to/output.png}}` -- Display help for `mingle`: +- Display help: `mingle -?` diff --git a/pages/common/mix.md b/pages/common/mix.md index 320234220c..cafade1a7f 100644 --- a/pages/common/mix.md +++ b/pages/common/mix.md @@ -19,6 +19,6 @@ `mix test` -- List all mix commands: +- Display help: `mix help` diff --git a/pages/common/mixxx.md b/pages/common/mixxx.md index 8cbf39b568..f840797054 100644 --- a/pages/common/mixxx.md +++ b/pages/common/mixxx.md @@ -23,6 +23,6 @@ `mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}` -- Show command-line help: +- Display help: `mixxx --help` diff --git a/pages/common/mods.md b/pages/common/mods.md index abc04173ff..f1f9f48b9d 100644 --- a/pages/common/mods.md +++ b/pages/common/mods.md @@ -27,6 +27,6 @@ `curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00¤t_weather=true&hourly=temperature_2m,relativehumidity_2m,windspeed_10m}}" | mods --format "{{summarize this weather data for a human}}"` -- Display help and exit: +- Display help: `mods --help` diff --git a/pages/common/more.md b/pages/common/more.md index 6717ded343..43349a656a 100644 --- a/pages/common/more.md +++ b/pages/common/more.md @@ -11,10 +11,6 @@ `more +{{line_number}} {{path/to/file}}` -- Display help: - -`more --help` - - Go to the next page: `` @@ -30,3 +26,7 @@ - Display help about interactive commands: `h` + +- Display help: + +`more --help` diff --git a/pages/common/msbuild.md b/pages/common/msbuild.md index 289f85d36c..d5bafcbbe3 100644 --- a/pages/common/msbuild.md +++ b/pages/common/msbuild.md @@ -27,6 +27,6 @@ `msbuild {{path/to/project_file}} /detailedsummary` -- Display detailed help information: +- Display help: `msbuild /help` diff --git a/pages/common/mysqld.md b/pages/common/mysqld.md index 8104381bea..53e650a7b2 100644 --- a/pages/common/mysqld.md +++ b/pages/common/mysqld.md @@ -27,6 +27,6 @@ `mysqld --port={{port}}` -- Show all help options and exit: +- Display help: `mysqld --verbose --help` diff --git a/pages/common/ng.md b/pages/common/ng.md index 687a9bedef..0a22e10f16 100644 --- a/pages/common/ng.md +++ b/pages/common/ng.md @@ -31,6 +31,6 @@ `ng test` -- Check the version of your current Angular installation: +- Display the version of your current Angular installation: `ng version` diff --git a/pages/common/ngs.md b/pages/common/ngs.md index 00096360cc..a633486672 100644 --- a/pages/common/ngs.md +++ b/pages/common/ngs.md @@ -11,6 +11,6 @@ `ngs {{path/to/script.ngs}}` -- Print the version: +- Display version: `ngs --version` diff --git a/pages/common/nix.md b/pages/common/nix.md index 074e0f88a9..9c630be948 100644 --- a/pages/common/nix.md +++ b/pages/common/nix.md @@ -9,10 +9,6 @@ `mkdir -p ~/.config/nix; echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf` -- Display help for the `nix` subcommand: - -`nix help {{subcommand}}` - - Search for a package in nixpkgs via its name or description: `nix search nixpkgs {{search_term}}` @@ -32,3 +28,7 @@ - Start an interactive environment for evaluating Nix expressions: `nix repl` + +- Display help for a specific subcommand: + +`nix help {{subcommand}}` diff --git a/pages/common/nix3-flake.md b/pages/common/nix3-flake.md index 9ed8992cd4..1107b01784 100644 --- a/pages/common/nix3-flake.md +++ b/pages/common/nix3-flake.md @@ -3,10 +3,6 @@ > Manage Nix flakes. > More information: . -- See documentation about what Nix flakes are: - -`nix flake --help` - - Create a new flake (just the `flake.nix` file) from the default template, in the current directory: `nix flake init` @@ -22,3 +18,7 @@ - Show all the outputs of a flake on github: `nix flake show {{github:owner/repo}}` + +- Display help: + +`nix flake --help` diff --git a/pages/common/opam.md b/pages/common/opam.md index 5e1780f7a2..c3ad7b2ca3 100644 --- a/pages/common/opam.md +++ b/pages/common/opam.md @@ -32,6 +32,6 @@ `opam upgrade` -- Display all commands: +- Display help: `opam help` diff --git a/pages/common/openssl.md b/pages/common/openssl.md index 770a5e9194..5010bcfc44 100644 --- a/pages/common/openssl.md +++ b/pages/common/openssl.md @@ -4,14 +4,14 @@ > Some subcommands such as `openssl req` have their own usage documentation. > More information: . -- Print a list of available subcommands: +- Display help: `openssl help` -- Print options for a specific subcommand: +- Display help for a specific subcommand: `openssl help {{x509}}` -- Print the version of OpenSSL: +- Display version: `openssl version` diff --git a/pages/common/php-yii.md b/pages/common/php-yii.md index aa446524fe..01f839e6f4 100644 --- a/pages/common/php-yii.md +++ b/pages/common/php-yii.md @@ -3,10 +3,6 @@ > Yii Framework's command-line interface. > More information: . -- Display a list of all available commands: - -`php yii {{help}}` - - Start PHP's built-in web server for the current Yii application: `php yii {{serve}}` @@ -14,3 +10,7 @@ - Generate a controller, views and related files for the CRUD actions on the specified model class: `php yii {{gii/crud}} --modelClass={{ModelName}} --controllerClass={{ControllerName}}` + +- Display help: + +`php yii {{help}}` diff --git a/pages/common/phpstan.md b/pages/common/phpstan.md index 32e13dfdeb..aa523bcfe0 100644 --- a/pages/common/phpstan.md +++ b/pages/common/phpstan.md @@ -3,10 +3,6 @@ > A PHP static analysis tool to discover bugs in code. > More information: . -- Display available options for analysis: - -`phpstan analyse --help` - - Analyze the specified space-separated directories: `phpstan analyse {{path/to/directory}}` @@ -26,3 +22,7 @@ - Specify a memory limit during analysis: `phpstan analyse {{path/to/directory}} --memory-limit {{memory_limit}}` + +- Display available options for analysis: + +`phpstan analyse --help` diff --git a/pages/common/pio.md b/pages/common/pio.md index a66f596f23..5a1fc9a809 100644 --- a/pages/common/pio.md +++ b/pages/common/pio.md @@ -8,10 +8,10 @@ `pio --help` -- Print the version number and exit: - -`pio --version` - - Display help for a specific subcommand: `pio {{subcommand}} --help` + +- Display version: + +`pio --version` diff --git a/pages/common/pop.md b/pages/common/pop.md index 1291f19015..0ea083005e 100644 --- a/pages/common/pop.md +++ b/pages/common/pop.md @@ -11,6 +11,6 @@ `pop < {{path/to/message.md}} --from {{me@example.com}} --to {{you@example.com}} --subject "{{On the Subject of Ducks...}}" --attach {{path/to/attachment}}` -- Display help and exit: +- Display help: `pop --help` diff --git a/pages/common/postcss.md b/pages/common/postcss.md index 2d3ae49d3e..1e313be504 100644 --- a/pages/common/postcss.md +++ b/pages/common/postcss.md @@ -31,6 +31,6 @@ `postcss {{path/to/file}} --watch` -- Display available options and examples: +- Display help: `postcss --help` diff --git a/pages/common/pretty-bytes.md b/pages/common/pretty-bytes.md index d0747eae87..dd88110527 100644 --- a/pages/common/pretty-bytes.md +++ b/pages/common/pretty-bytes.md @@ -11,6 +11,6 @@ `echo {{1337}} | pretty-bytes` -- Display help and usage information: +- Display help: `pretty-bytes --help` diff --git a/pages/common/pueue.md b/pages/common/pueue.md index 275b0dbbce..9edeb077d8 100644 --- a/pages/common/pueue.md +++ b/pages/common/pueue.md @@ -8,10 +8,10 @@ `pueue --help` -- Check the version of pueue: - -`pueue --version` - - Execute a pueue subcommand: `pueue {{subcommand}}` + +- Check the version of pueue: + +`pueue --version` diff --git a/pages/common/pvecm.md b/pages/common/pvecm.md index 52a874400a..cf5c995c7a 100644 --- a/pages/common/pvecm.md +++ b/pages/common/pvecm.md @@ -11,7 +11,7 @@ `pvecm addnode {{node}}` -- Return the version of the cluster join API available on this node: +- Display the version of the cluster join API available on this node: `pvecm apiver` diff --git a/pages/common/pyats.md b/pages/common/pyats.md index 215e8065df..941eb369a4 100644 --- a/pages/common/pyats.md +++ b/pages/common/pyats.md @@ -7,10 +7,6 @@ `pyats {{subcommand}}` -- Display version: - -`pyats version check` - - Display help: `pyats --help` @@ -18,3 +14,7 @@ - Display help about a specific subcommand: `pyats {{subcommand}} --help` + +- Display version: + +`pyats version check` diff --git a/pages/common/r.md b/pages/common/r.md index c71d58c65f..7a891b56fa 100644 --- a/pages/common/r.md +++ b/pages/common/r.md @@ -7,10 +7,6 @@ `R` -- Check R version: - -`R --version` - - Start R in vanilla mode (i.e. a blank session that doesn't save the workspace at the end): `R --vanilla` @@ -30,3 +26,7 @@ - Check R packages from package sources: `R CMD check {{path/to/package_source}}` + +- Display version: + +`R --version` diff --git a/pages/common/rga.md b/pages/common/rga.md index e52ebe81fc..7b778f5ecb 100644 --- a/pages/common/rga.md +++ b/pages/common/rga.md @@ -19,6 +19,6 @@ `rga --rga-accurate {{regular_expression}}` -- Display detailed help: +- Display help: `rga --help` diff --git a/pages/common/rtv.md b/pages/common/rtv.md index 181b5d90c5..9c7c636d65 100644 --- a/pages/common/rtv.md +++ b/pages/common/rtv.md @@ -24,6 +24,6 @@ `u` -- Open the help screen: +- Display help: `?` diff --git a/pages/common/ruby.md b/pages/common/ruby.md index 8b65cafc00..1a4bab6219 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -24,6 +24,6 @@ `ruby -I {{path/to/library_folder}} -r {{library_require_name}} {{path/to/bin_folder/bin_name}}` -- Show the version of Ruby you are using: +- Display Ruby version: `ruby -v` diff --git a/pages/common/rustup-help.md b/pages/common/rustup-help.md index 0c2ff2457e..1ba3c93c2a 100644 --- a/pages/common/rustup-help.md +++ b/pages/common/rustup-help.md @@ -3,7 +3,7 @@ > Display help on `rustup` and its subcommands. > More information: . -- Display general help: +- Display help: `rustup help` diff --git a/pages/common/scc.md b/pages/common/scc.md index d3b703251c..d024ccfd04 100644 --- a/pages/common/scc.md +++ b/pages/common/scc.md @@ -31,6 +31,6 @@ `scc --sort {{files|name|lines|blanks|code|comments|complexity}}` -- Print help for scc: +- Display help: `scc -h` diff --git a/pages/common/sccmap.md b/pages/common/sccmap.md index ec8d965562..9d1ff9a9c0 100644 --- a/pages/common/sccmap.md +++ b/pages/common/sccmap.md @@ -12,6 +12,6 @@ `sccmap -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}` -- Display help for `sccmap`: +- Display help: `sccmap -?` diff --git a/pages/common/shards.md b/pages/common/shards.md index 12e460c61a..048d4dee5c 100644 --- a/pages/common/shards.md +++ b/pages/common/shards.md @@ -19,6 +19,6 @@ `shards list` -- List version of dependency: +- Display version of dependency: `shards version {{path/to/dependency_directory}}` diff --git a/pages/common/shopt.md b/pages/common/shopt.md index 23a6c7cef3..deb0e36a12 100644 --- a/pages/common/shopt.md +++ b/pages/common/shopt.md @@ -20,6 +20,6 @@ `shopt -p` -- Display help for the command: +- Display help: `help shopt` diff --git a/pages/common/sonar-scanner.md b/pages/common/sonar-scanner.md index c3eca0b5eb..d93ee623ff 100644 --- a/pages/common/sonar-scanner.md +++ b/pages/common/sonar-scanner.md @@ -11,10 +11,10 @@ `sonar-scanner -D{{project.settings=myproject.properties}}` -- Print help information: - -`sonar-scanner -h` - - Print debugging information: `sonar-scanner -X` + +- Display help: + +`sonar-scanner -h` diff --git a/pages/common/starship-init.md b/pages/common/starship-init.md index bbacc95704..8b5a5d0899 100644 --- a/pages/common/starship-init.md +++ b/pages/common/starship-init.md @@ -3,10 +3,6 @@ > Print shell integration code for starship. > More information: . -- Display the subcommand help: - -`starship init --help` - - Print the starship integration code for the specified shell: `starship init {{bash|elvish|fish|ion|powershell|tcsh|zsh}}` @@ -18,3 +14,7 @@ - Append the `starship` integration code to `~/.zshrc`: `starship init {{zsh}} >> {{~/.zshrc}}` + +- Display help: + +`starship init --help` diff --git a/pages/common/stl2gts.md b/pages/common/stl2gts.md index 972ebe77f6..5e0e82b0b4 100644 --- a/pages/common/stl2gts.md +++ b/pages/common/stl2gts.md @@ -19,6 +19,6 @@ `stl2gts --verbose < {{path/to/file.stl}} > {{path/to/file.gts}}` -- Print help for `stl2gts`: +- Display help: `stl2gts --help` diff --git a/pages/common/sublist3r.md b/pages/common/sublist3r.md index 635483c823..96c8bcbe48 100644 --- a/pages/common/sublist3r.md +++ b/pages/common/sublist3r.md @@ -15,6 +15,6 @@ `sublist3r --domain {{domain_name}} --output {{path/to/output_file}}` -- Output all available options: +- Display help: `sublist3r --help` diff --git a/pages/common/svn.md b/pages/common/svn.md index a68f8a693d..f1c420e87d 100644 --- a/pages/common/svn.md +++ b/pages/common/svn.md @@ -23,6 +23,6 @@ `svn log -vl {{10}}` -- Show detailed help: +- Display help: `svn help` diff --git a/pages/common/swagger-codegen.md b/pages/common/swagger-codegen.md index 0cb5ce007a..6c362a7dbc 100644 --- a/pages/common/swagger-codegen.md +++ b/pages/common/swagger-codegen.md @@ -15,6 +15,6 @@ `swagger-codegen langs` -- Display help options for the generate command: +- Display help for a specific command: -`swagger-codegen help {{generate}}` +`swagger-codegen {{generate|config-help|meta|langs|version}} --help` diff --git a/pages/common/swipl.md b/pages/common/swipl.md index 7b8dfd43c2..1112ed28df 100644 --- a/pages/common/swipl.md +++ b/pages/common/swipl.md @@ -19,6 +19,6 @@ `swipl --dump-runtime-variables` -- Print the version: +- Display version: `swipl --version` diff --git a/pages/common/theharvester.md b/pages/common/theharvester.md index 3b33ec7c6e..3fa99e1cb3 100644 --- a/pages/common/theharvester.md +++ b/pages/common/theharvester.md @@ -19,6 +19,6 @@ `theHarvester --domain {{domain_name}} --source {{google}} --file {{output_file_name}}` -- Output all available options: +- Display help: `theHarvester --help` diff --git a/pages/common/tlmgr-shell.md b/pages/common/tlmgr-shell.md index 0532a64d6d..62409820ad 100644 --- a/pages/common/tlmgr-shell.md +++ b/pages/common/tlmgr-shell.md @@ -7,9 +7,9 @@ `tlmgr shell` -- Run any `tlmgr` sub-command in the interactive shell: +- Run any `tlmgr` subcommand in the interactive shell: -`{{sub_command}} {{arguments}}` +`{{subcommand}} {{arguments}}` - Quit the interactive shell: @@ -31,6 +31,6 @@ `restart` -- Print the version of the current protocol: +- Display the version of the current protocol: `protocol` diff --git a/pages/common/unflatten.md b/pages/common/unflatten.md index aea20ba773..2d4abba3e6 100644 --- a/pages/common/unflatten.md +++ b/pages/common/unflatten.md @@ -12,6 +12,6 @@ `unflatten {{path/to/input.gv}} | dot -T {{png}} {{path/to/output.png}}` -- Display help for `unflatten`: +- Display help: `unflatten -?` diff --git a/pages/common/uptime.md b/pages/common/uptime.md index 1295feb053..3259c2150b 100644 --- a/pages/common/uptime.md +++ b/pages/common/uptime.md @@ -15,6 +15,6 @@ `uptime --since` -- Show version information: +- Display version: `uptime --version` diff --git a/pages/common/vala.md b/pages/common/vala.md index 74955af083..db9e703d50 100644 --- a/pages/common/vala.md +++ b/pages/common/vala.md @@ -8,10 +8,10 @@ `vala {{path/to/file.vala}} --pkg {{gtk+-3.0}}` -- Display version info: - -`vala --version` - -- Display helper message: +- Display help: `vala --help` + +- Display version: + +`vala --version` diff --git a/pages/common/valac.md b/pages/common/valac.md index 7a2b79020b..b1118857f6 100644 --- a/pages/common/valac.md +++ b/pages/common/valac.md @@ -8,10 +8,10 @@ `valac {{path/to/file.vala}} --pkg {{gtk+-3.0}}` -- Display version info: - -`valac --version` - -- Display helper message: +- Display help: `valac --help` + +- Display version: + +`valac --version` diff --git a/pages/common/vboxmanage.md b/pages/common/vboxmanage.md index 241e0a5fa2..de39474870 100644 --- a/pages/common/vboxmanage.md +++ b/pages/common/vboxmanage.md @@ -5,18 +5,18 @@ > Some subcommands such as `vboxmanage startvm` have their own usage documentation. > More information: . -- Display version: +- Execute a VboxManage subcommand: -`VBoxManage --version` +`VBoxManage {{subcommand}}` - Display help: `VBoxManage --help` -- Display help for a VBoxManage subcommand (like `starvm`, `clonevm`, `import`, `export`, etc.): +- Display help for a specific subcommand: -`VBoxManage --help {{subcommand}}` +`VBoxManage --help {{clonevm|import|export|startvm|...}}` -- Execute a VboxManage subcommand: +- Display version: -`VBoxManage {{subcommand}}` +`VBoxManage --version` diff --git a/pages/common/wuzz.md b/pages/common/wuzz.md index f5c8fab9c4..52b3eb9af3 100644 --- a/pages/common/wuzz.md +++ b/pages/common/wuzz.md @@ -7,10 +7,6 @@ `wuzz` -- Display help information: - -`F1` - - Send an HTTP request: ` + R` @@ -22,3 +18,7 @@ - Switch to the previous view: ` + K, + ` + +- Display help: + +`F1` diff --git a/pages/common/xml-canonic.md b/pages/common/xml-canonic.md index 92ccf0fc72..74536b3733 100644 --- a/pages/common/xml-canonic.md +++ b/pages/common/xml-canonic.md @@ -15,6 +15,6 @@ `xml canonic --exc-with-comments {{path/to/input.xml|URI}} {{path/to/c14n.xpath}}` -- Display help for the `canonic` subcommand: +- Display help: `xml canonic --help` diff --git a/pages/common/xml-depyx.md b/pages/common/xml-depyx.md index 2c54a1a845..6bf961a404 100644 --- a/pages/common/xml-depyx.md +++ b/pages/common/xml-depyx.md @@ -11,6 +11,6 @@ `cat {{path/to/input.pyx}} | xml depyx > {{path/to/output.xml}}` -- Display help for the `depyx` subcommand: +- Display help: `xml depyx --help` diff --git a/pages/common/xml-edit.md b/pages/common/xml-edit.md index 338b71a37e..146ac88f96 100644 --- a/pages/common/xml-edit.md +++ b/pages/common/xml-edit.md @@ -23,6 +23,6 @@ `xml edit --update "{{xml/table/rec[@id=3]/@id}}" -v {{5}} {{path/to/input.xml|URI}}` -- Display help for the `edit` subcommand: +- Display help: `xml edit --help` diff --git a/pages/common/xml-elements.md b/pages/common/xml-elements.md index c0a09a8efb..97ac08a04d 100644 --- a/pages/common/xml-elements.md +++ b/pages/common/xml-elements.md @@ -23,6 +23,6 @@ `xml elements -d{{3}} {{path/to/input.xml|URI}}` -- Display help for the `elements` subcommand: +- Display help: `xml elements --help` diff --git a/pages/common/xml-escape.md b/pages/common/xml-escape.md index 990ccdbf4f..b9029460d9 100644 --- a/pages/common/xml-escape.md +++ b/pages/common/xml-escape.md @@ -11,6 +11,6 @@ `echo "{{}}" | xml escape` -- Display help for the `escape` subcommand: +- Display help: `xml escape --help` diff --git a/pages/common/xml-format.md b/pages/common/xml-format.md index c824086626..847d5fc8f4 100644 --- a/pages/common/xml-format.md +++ b/pages/common/xml-format.md @@ -23,6 +23,6 @@ `xml format --omit-decl {{path\to\input.xml|URI}} > {{path/to/output.xml}}` -- Display help for the `format` subcommand: +- Display help: `xml format --help` diff --git a/pages/common/xml-list.md b/pages/common/xml-list.md index 38548d20e7..ccf8dc45f1 100644 --- a/pages/common/xml-list.md +++ b/pages/common/xml-list.md @@ -11,6 +11,6 @@ `xml list {{path/to/directory}} > {{path/to/dir_list.xml}}` -- Display help for the `list` subcommand: +- Display help: `xml list --help` diff --git a/pages/common/xml-pyx.md b/pages/common/xml-pyx.md index 0b67115d19..f45b9f73cf 100644 --- a/pages/common/xml-pyx.md +++ b/pages/common/xml-pyx.md @@ -11,6 +11,6 @@ `cat {{path/to/input.xml}} | xml pyx > {{path/to/output.pyx}}` -- Display help for the `pyx` subcommand: +- Display help: `xml pyx --help` diff --git a/pages/common/xml-select.md b/pages/common/xml-select.md index ce1fb4e1de..03a883ad2a 100644 --- a/pages/common/xml-select.md +++ b/pages/common/xml-select.md @@ -20,6 +20,6 @@ `xml select --text --template --inp-name --output " " --value-of "count(node())" --nl {{path/to/input1.xml|URI}} {{path/to/input2.xml|URI}}` -- Display help for the `select` subcommand: +- Display help: `xml select --help` diff --git a/pages/common/xml-transform.md b/pages/common/xml-transform.md index cf8ec5fd6a..01bbac6936 100644 --- a/pages/common/xml-transform.md +++ b/pages/common/xml-transform.md @@ -7,6 +7,6 @@ `xml transform {{path/to/stylesheet.xsl}} -p "{{Count='count(/xml/table/rec)'}}" -s {{Text="Count="}} {{path/to/input.xml|URI}}` -- Display help for the `transform` subcommand: +- Display help: `xml transform --help` diff --git a/pages/common/xml-unescape.md b/pages/common/xml-unescape.md index 99a4732a3c..d2950c4369 100644 --- a/pages/common/xml-unescape.md +++ b/pages/common/xml-unescape.md @@ -11,6 +11,6 @@ `echo "{{<a1>}}" | xml unescape` -- Display help for the `unescape` subcommand: +- Display help: `xml escape --help` diff --git a/pages/common/xml-validate.md b/pages/common/xml-validate.md index 8e3938433f..2603993f8a 100644 --- a/pages/common/xml-validate.md +++ b/pages/common/xml-validate.md @@ -19,6 +19,6 @@ `xml validate --relaxng {{path/to/schema.rng}} {{path/to/input1.xml|URI}} {{input2.xml ...}}` -- Display help for the `validate` subcommand: +- Display help: `xml validate --help` diff --git a/pages/common/xml.md b/pages/common/xml.md index 11aab2ad74..abbc8d7364 100644 --- a/pages/common/xml.md +++ b/pages/common/xml.md @@ -20,10 +20,10 @@ `xml {{subcommand}} {{options}} {{path/to/input.xml|URI}} > {{path/to/output}}` -- Display help for a subcommand: +- Display help for a specific subcommand: `xml {{subcommand}} --help` -- Display the version of the XMLStarlet Toolkit: +- Display version: `xml --version` diff --git a/pages/linux/a2query.md b/pages/linux/a2query.md index 15568926f1..5c7e15ab80 100644 --- a/pages/linux/a2query.md +++ b/pages/linux/a2query.md @@ -19,6 +19,6 @@ `sudo a2query -M` -- Display the Apache version: +- Display Apache version: `sudo a2query -v` diff --git a/pages/linux/balooctl.md b/pages/linux/balooctl.md index cbd03cf943..307c21a19e 100644 --- a/pages/linux/balooctl.md +++ b/pages/linux/balooctl.md @@ -3,10 +3,6 @@ > File indexing and searching framework for KDE Plasma. > More information: . -- Display help: - -`balooctl` - - Display the status of the indexer: `balooctl status` @@ -34,3 +30,7 @@ - Check for any unindexed files and index them: `balooctl check` + +- Display help: + +`balooctl --help` diff --git a/pages/linux/btrfs-version.md b/pages/linux/btrfs-version.md index 9f94aab4b8..28278435e7 100644 --- a/pages/linux/btrfs-version.md +++ b/pages/linux/btrfs-version.md @@ -3,10 +3,10 @@ > Display btrfs-progs version. > More information: . -- Display btrfs-progs version: - -`btrfs version` - - Display help: `btrfs version --help` + +- Display btrfs-progs version: + +`btrfs version` diff --git a/pages/linux/collectd.md b/pages/linux/collectd.md index 89545ee4f3..9e8c779a83 100644 --- a/pages/linux/collectd.md +++ b/pages/linux/collectd.md @@ -3,10 +3,6 @@ > System statistics collection daemon. > More information: . -- Show usage help, including the program version: - -`collectd -h` - - Test the configuration file and then exit: `collectd -t` @@ -30,3 +26,7 @@ - Don't fork into the background: `collectd -f` + +- Display help and version: + +`collectd -h` diff --git a/pages/linux/envycontrol.md b/pages/linux/envycontrol.md index f0b7c477fb..b31e99053d 100644 --- a/pages/linux/envycontrol.md +++ b/pages/linux/envycontrol.md @@ -19,10 +19,10 @@ `sudo envycontrol --reset` -- Display version: - -`envycontrol --version` - - Display help: `envycontrol --help` + +- Display version: + +`envycontrol --version` diff --git a/pages/linux/flash.md b/pages/linux/flash.md index 991bb43aff..5a3a2421a4 100644 --- a/pages/linux/flash.md +++ b/pages/linux/flash.md @@ -7,18 +7,18 @@ `flash` -- Display the program version: - -`flash -v` - - Display information about the flashcard system: `flash -i` -- Display a list of available commands: - -`flash -h` - - Change the previewer from default `bat` to `cat`: `flash -p {{cat}}` + +- Display help: + +`flash -h` + +- Display version: + +`flash -v` diff --git a/pages/linux/gdebi.md b/pages/linux/gdebi.md index 8288b2c1c0..ff4d894f2d 100644 --- a/pages/linux/gdebi.md +++ b/pages/linux/gdebi.md @@ -7,10 +7,6 @@ `gdebi {{path/to/package.deb}}` -- Display the program version: - -`gdebi --version` - - Do not show progress information: `gdebi {{path/to/package.deb}} --quiet` @@ -22,3 +18,7 @@ - Use alternative root dir: `gdebi {{path/to/package.deb}} --root={{path/to/root_dir}}` + +- Display version: + +`gdebi --version` diff --git a/pages/linux/gnome-calculator.md b/pages/linux/gnome-calculator.md index 3d40955b10..2bb2019640 100644 --- a/pages/linux/gnome-calculator.md +++ b/pages/linux/gnome-calculator.md @@ -11,6 +11,6 @@ `gnome-calculator --solve {{2^5 * 2 + 5}}` -- Display the version: +- Display version: `gnome-calculator --version` diff --git a/pages/linux/gnome-extensions.md b/pages/linux/gnome-extensions.md index 6497a84533..51bf65eacc 100644 --- a/pages/linux/gnome-extensions.md +++ b/pages/linux/gnome-extensions.md @@ -3,10 +3,6 @@ > Manage gnome extensions from the terminal. > More information: . -- Display the version: - -`gnome-extensions version` - - List all the installed extensions: `gnome-extensions list` @@ -15,10 +11,6 @@ `gnome-extensions info "{{extension_id}}"` -- Display help for a subcommand (like `list`): - -`gnome-extensions help {{subcommand}}` - - Enable a specific extension: `gnome-extensions enable "{{extension_id}}"` @@ -30,3 +22,11 @@ - Uninstall a specific extension: `gnome-extension uninstall "{{extension_id}}"` + +- Display help for a specific subcommand (like `list`): + +`gnome-extensions help {{subcommand}}` + +- Display version: + +`gnome-extensions version` diff --git a/pages/linux/grub-mkconfig.md b/pages/linux/grub-mkconfig.md index 7d0f853cb7..9cd8e7327c 100644 --- a/pages/linux/grub-mkconfig.md +++ b/pages/linux/grub-mkconfig.md @@ -11,6 +11,6 @@ `sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}` -- Print the help page: +- Display help: `grub-mkconfig --help` diff --git a/pages/linux/grub-script-check.md b/pages/linux/grub-script-check.md index 00fc60d148..a65022d890 100644 --- a/pages/linux/grub-script-check.md +++ b/pages/linux/grub-script-check.md @@ -12,10 +12,10 @@ `grub-script-check --verbose` -- Display version: - -`grub-script-check --version` - - Display help: `grub-script-check --help` + +- Display version: + +`grub-script-check --version` diff --git a/pages/linux/i3status.md b/pages/linux/i3status.md index 4318d3d697..f321a46c6c 100644 --- a/pages/linux/i3status.md +++ b/pages/linux/i3status.md @@ -12,6 +12,6 @@ `i3status -c {{path/to/i3status.conf}}` -- Display the `i3status` version and help: +- Display help and version: `i3status -h` diff --git a/pages/linux/iftop.md b/pages/linux/iftop.md index 94e74e95a5..e4c6655358 100644 --- a/pages/linux/iftop.md +++ b/pages/linux/iftop.md @@ -23,6 +23,6 @@ `sudo iftop -n` -- Get help about interactive commands: +- Display help: `?` diff --git a/pages/linux/ispell.md b/pages/linux/ispell.md index ac1b28de62..b8fedefc4d 100644 --- a/pages/linux/ispell.md +++ b/pages/linux/ispell.md @@ -11,6 +11,6 @@ `ispell {{path/to/file}}` -- Display the version: +- Display version: `ispell -v` diff --git a/pages/linux/kdocker.md b/pages/linux/kdocker.md index 89aae24cc1..98d295adcb 100644 --- a/pages/linux/kdocker.md +++ b/pages/linux/kdocker.md @@ -23,6 +23,6 @@ `kdocker -l {{application}}` -- Print version: +- Display version: `kdocker --version` diff --git a/pages/linux/laptop-detect.md b/pages/linux/laptop-detect.md index 9893237512..550a514067 100644 --- a/pages/linux/laptop-detect.md +++ b/pages/linux/laptop-detect.md @@ -11,6 +11,6 @@ `laptop-detect --verbose` -- Display the version: +- Display version: `laptop-detect --version` diff --git a/pages/linux/lci.md b/pages/linux/lci.md index dc794b61e9..3264f66eaa 100644 --- a/pages/linux/lci.md +++ b/pages/linux/lci.md @@ -7,10 +7,10 @@ `lci {{path/to/file}}` -- Display version: - -`lci -v` - - Display help: `lci -h` + +- Display version: + +`lci -v` diff --git a/pages/linux/lvm.md b/pages/linux/lvm.md index f4dd88da74..571d96477f 100644 --- a/pages/linux/lvm.md +++ b/pages/linux/lvm.md @@ -7,10 +7,6 @@ `sudo lvm` -- List the Logical Volume Manager commands: - -`sudo lvm help` - - Initialize a drive or partition to be used as a physical volume: `sudo lvm pvcreate {{/dev/sdXY}}` @@ -34,3 +30,7 @@ - Display information about logical volumes: `sudo lvm lvdisplay` + +- Display help for a specific command: + +`lvm help {{command}}` diff --git a/pages/linux/mate-about.md b/pages/linux/mate-about.md index db19363a0f..d43db9295b 100644 --- a/pages/linux/mate-about.md +++ b/pages/linux/mate-about.md @@ -3,6 +3,6 @@ > Show information about MATE desktop environment. > More information: . -- Print MATE version: +- Display MATE version: `mate-about --version` diff --git a/pages/linux/netselect.md b/pages/linux/netselect.md index e0cc489c72..58051a321a 100644 --- a/pages/linux/netselect.md +++ b/pages/linux/netselect.md @@ -19,6 +19,6 @@ `sudo netselect -s {{N}} {{host_1}} {{host_2}} {{host_3}}` -- List available options: +- Display help: `netselect` diff --git a/pages/linux/pacman-remove.md b/pages/linux/pacman-remove.md index 83f21d0a07..41766b1665 100644 --- a/pages/linux/pacman-remove.md +++ b/pages/linux/pacman-remove.md @@ -28,6 +28,6 @@ `pacman --remove --print {{package}}` -- Display help for this subcommand: +- Display help: `pacman --remove --help` diff --git a/pages/linux/phar.md b/pages/linux/phar.md index 6f3a77da8c..f087c3dbac 100644 --- a/pages/linux/phar.md +++ b/pages/linux/phar.md @@ -15,10 +15,6 @@ `phar delete -f {{path/to/phar_file}} -e {{file_or_directory}}` -- Display full usage information and available hashing/compression algorithms: - -`phar help` - - Compress or uncompress files and directories in a Phar file: `phar compress -f {{path/to/phar_file}} -c {{algorithm}}` @@ -34,3 +30,7 @@ - Sign a Phar file with an OpenSSL private key: `phar sign -f {{path/to/phar_file}} -h openssl -y {{path/to/private_key}}` + +- Display help and available hashing/compression algorithms: + +`phar help` diff --git a/pages/linux/pi.md b/pages/linux/pi.md index 2ab1bc5a71..f5f8029f0a 100644 --- a/pages/linux/pi.md +++ b/pages/linux/pi.md @@ -11,6 +11,10 @@ `pi {{number}}` +- Display recommended readings: + +`pi --bibliography` + - Display help: `pi --help` @@ -18,7 +22,3 @@ - Display version: `pi --version` - -- Display recommended readings: - -`pi --bibliography` diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index c7bbc44323..dc14615a4c 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -23,6 +23,6 @@ `protontricks -s {{game_name}}` -- Show the protontricks help message: +- Display help: `protontricks --help` diff --git a/pages/linux/qtchooser.md b/pages/linux/qtchooser.md index a9b95e9991..e705af9ee6 100644 --- a/pages/linux/qtchooser.md +++ b/pages/linux/qtchooser.md @@ -19,6 +19,6 @@ `qtchooser --install {{version_name}} {{path/to/qmake}}` -- Display all available options: +- Display help: `qtchooser --help` diff --git a/pages/linux/termusic.md b/pages/linux/termusic.md index 1554dfd305..8b8f00ca47 100644 --- a/pages/linux/termusic.md +++ b/pages/linux/termusic.md @@ -11,6 +11,6 @@ `termusic -c {path/to/music_file}` -- View termusic's usage info: +- Display help: `termusic --help` diff --git a/pages/linux/toolbox.md b/pages/linux/toolbox.md index 2e5a28b27b..d9e111bd9e 100644 --- a/pages/linux/toolbox.md +++ b/pages/linux/toolbox.md @@ -8,7 +8,7 @@ `toolbox {{subcommand}}` -- Display help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.): +- Display help for a specific subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.): `toolbox help {{subcommand}}` diff --git a/pages/linux/top.md b/pages/linux/top.md index a43b533354..b712e06a9b 100644 --- a/pages/linux/top.md +++ b/pages/linux/top.md @@ -27,6 +27,6 @@ `top -p $(pgrep -d ',' {{process_name}})` -- Get help about interactive commands: +- Display help about interactive commands: `?` diff --git a/pages/linux/updpkgsums.md b/pages/linux/updpkgsums.md index afabe01442..975e11a518 100644 --- a/pages/linux/updpkgsums.md +++ b/pages/linux/updpkgsums.md @@ -8,10 +8,10 @@ `updpkgsums` -- Display Version: - -`updpkgsums -v` - - Display help: `updpkgsums -h` + +- Display version: + +`updpkgsums -v` diff --git a/pages/linux/vcgencmd.md b/pages/linux/vcgencmd.md index 459b56ebca..4b40e0c614 100644 --- a/pages/linux/vcgencmd.md +++ b/pages/linux/vcgencmd.md @@ -23,6 +23,6 @@ `vcgencmd bootloader_config` -- Display Help: +- Display help: `vcgencmd --help` diff --git a/pages/linux/vipw.md b/pages/linux/vipw.md index 0cf156a8a8..1e34815441 100644 --- a/pages/linux/vipw.md +++ b/pages/linux/vipw.md @@ -7,6 +7,6 @@ `vipw` -- Display the current version of `vipw`: +- Display version: `vipw --version` diff --git a/pages/osx/afinfo.md b/pages/osx/afinfo.md index 5f0756b42b..bf72275fd9 100644 --- a/pages/osx/afinfo.md +++ b/pages/osx/afinfo.md @@ -24,6 +24,6 @@ `afinfo --warnings {{path/to/file}}` -- Display help for full usage: +- Display help: `afinfo --help` diff --git a/pages/osx/top.md b/pages/osx/top.md index 0e6da397ef..1db5156b69 100644 --- a/pages/osx/top.md +++ b/pages/osx/top.md @@ -19,6 +19,6 @@ `top -user {{user_name}}` -- Get help about interactive commands: +- Display help about interactive commands: `?` diff --git a/pages/osx/vpnd.md b/pages/osx/vpnd.md index fc60ab2f60..8c6e17d346 100644 --- a/pages/osx/vpnd.md +++ b/pages/osx/vpnd.md @@ -20,10 +20,10 @@ `vpnd -n` -- Print usage summary and exit: - -`vpnd -h` - - Run the daemon for a specific server configuration: `vpnd -i {{server_id}}` + +- Display help: + +`vpnd -h` diff --git a/pages/osx/xcrun.md b/pages/osx/xcrun.md index 7fe259c19e..312f0c5483 100644 --- a/pages/osx/xcrun.md +++ b/pages/osx/xcrun.md @@ -19,10 +19,10 @@ `xcrun --toolchain {{name}}` -- Display version: - -`xcrun --version` - - Display help: `xcrun --help` + +- Display version: + +`xcrun --version` diff --git a/pages/windows/azcopy.md b/pages/windows/azcopy.md index b0977d5c24..b701c83e22 100644 --- a/pages/windows/azcopy.md +++ b/pages/windows/azcopy.md @@ -23,6 +23,6 @@ `azcopy sync '{{path\to\source_directory}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --recursive --delete-destination=true` -- Display detailed usage information: +- Display help: `azcopy --help` diff --git a/pages/windows/choco.md b/pages/windows/choco.md index 0e718efe40..21c555159a 100644 --- a/pages/windows/choco.md +++ b/pages/windows/choco.md @@ -8,14 +8,14 @@ `choco {{command}}` -- Call general help: +- Display help: `choco -?` -- Call help on a specific command: +- Display help for a specific command: `choco {{command}} -?` -- Check the Chocolatey version: +- Display version: `choco --version` diff --git a/pages/windows/curl.md b/pages/windows/curl.md index abc0baecc1..7296f71a6f 100644 --- a/pages/windows/curl.md +++ b/pages/windows/curl.md @@ -3,10 +3,6 @@ > In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `curl` program () is not properly installed. > More information: . -- Check whether `curl` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`: - -`curl --version` - - View documentation for the original `curl` command: `tldr curl -p common` @@ -14,3 +10,7 @@ - View documentation for PowerShell's `Invoke-WebRequest` command: `tldr invoke-webrequest` + +- Check whether `curl` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`: + +`curl --version` diff --git a/pages/windows/driverquery.md b/pages/windows/driverquery.md index 267ffa7942..898b247b25 100644 --- a/pages/windows/driverquery.md +++ b/pages/windows/driverquery.md @@ -27,6 +27,6 @@ `driverquery /v` -- Display detailed usage information: +- Display help: `driverquery /?` diff --git a/pages/windows/ftp.md b/pages/windows/ftp.md index 5c8a6cff0b..dc01541230 100644 --- a/pages/windows/ftp.md +++ b/pages/windows/ftp.md @@ -31,6 +31,6 @@ `mdelete {{*.txt}}` -- Display detailed help: +- Display help: `ftp --help` diff --git a/pages/windows/getmac.md b/pages/windows/getmac.md index e166bffd16..5c6c942d84 100644 --- a/pages/windows/getmac.md +++ b/pages/windows/getmac.md @@ -23,6 +23,6 @@ `getmac /v` -- Display detailed usage information: +- Display help: `getmac /?` diff --git a/pages/windows/gpupdate.md b/pages/windows/gpupdate.md index d56b260d0b..b640a664cb 100644 --- a/pages/windows/gpupdate.md +++ b/pages/windows/gpupdate.md @@ -15,6 +15,6 @@ `gpupdate /force` -- Display detailed usage information: +- Display help: `gpupdate /?` diff --git a/pages/windows/more.md b/pages/windows/more.md index 40b7fdd134..94ce9e3f6a 100644 --- a/pages/windows/more.md +++ b/pages/windows/more.md @@ -27,6 +27,6 @@ `more {{path\to\file}} /e` -- Display full usage information: +- Display help: `more /?` diff --git a/pages/windows/pathping.md b/pages/windows/pathping.md index d4965f0cb1..1ec4aa0fa4 100644 --- a/pages/windows/pathping.md +++ b/pages/windows/pathping.md @@ -31,6 +31,6 @@ `pathping {{hostname}} -6` -- Display detailed usage information: +- Display help: `pathping /?` diff --git a/pages/windows/psping.md b/pages/windows/psping.md index 61ee98c7cc..ff877f5de0 100644 --- a/pages/windows/psping.md +++ b/pages/windows/psping.md @@ -19,6 +19,6 @@ `psping {{hostname}}:{{port}} -q -n {{50}} -h` -- Display usage information: +- Display help: `psping /?` diff --git a/pages/windows/reg-flags.md b/pages/windows/reg-flags.md index 019dccc3aa..b08a20b93c 100644 --- a/pages/windows/reg-flags.md +++ b/pages/windows/reg-flags.md @@ -7,10 +7,6 @@ `reg flags {{key_name}} query` -- Display help and available flag types: - -`reg flags /?` - - Set specified space-separated flags, and unset unmentioned flags, for a specific key: `reg flags {{key_name}} set {{flag_names}}` @@ -18,3 +14,7 @@ - Set specified flags for a specific key and its sub keys: `reg flags {{key_name}} set {{flag_names}} /s` + +- Display help and available flag types: + +`reg flags /?` diff --git a/pages/windows/reg.md b/pages/windows/reg.md index 4463b00f94..c266472a54 100644 --- a/pages/windows/reg.md +++ b/pages/windows/reg.md @@ -12,6 +12,6 @@ `reg /?` -- Call help on a specific command: +- Display help for a specific command: `reg {{command}} /?` diff --git a/pages/windows/repair-bde.md b/pages/windows/repair-bde.md index 2ece75fc9e..e0f2650ed0 100644 --- a/pages/windows/repair-bde.md +++ b/pages/windows/repair-bde.md @@ -31,6 +31,6 @@ `repair-bde {{C:}} -LogFile {{path\to\file}}` -- Display all available options: +- Display help: `repair-bde /?` diff --git a/pages/windows/replace.md b/pages/windows/replace.md index f21363d3dc..077443f709 100644 --- a/pages/windows/replace.md +++ b/pages/windows/replace.md @@ -32,6 +32,6 @@ `replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /u` -- Display detailed usage information: +- Display help: `replace /?` diff --git a/pages/windows/robocopy.md b/pages/windows/robocopy.md index d01c184c31..8b446329e8 100644 --- a/pages/windows/robocopy.md +++ b/pages/windows/robocopy.md @@ -28,6 +28,6 @@ `robocopy {{path\to\source_directory}} {{path\to\destination_directory}} /Z /R:5 /W:15` -- Display detailed usage information: +- Display help: `robocopy /?` diff --git a/pages/windows/systeminfo.md b/pages/windows/systeminfo.md index 00e2330e34..dc35f35e79 100644 --- a/pages/windows/systeminfo.md +++ b/pages/windows/systeminfo.md @@ -15,6 +15,6 @@ `systeminfo /s {{remote_name}} /u {{username}} /p {{password}}` -- Display detailed usage information: +- Display help: `systeminfo /?` diff --git a/pages/windows/wget.md b/pages/windows/wget.md index 52609891dd..fb4e094341 100644 --- a/pages/windows/wget.md +++ b/pages/windows/wget.md @@ -1,12 +1,9 @@ # wget > In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `wget` program () is not properly installed. +> NOTE: if version command returns an error, PowerShell may have substituted this command with `Invoke-WebRequest`. > More information: . -- Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`: - -`wget --version` - - View documentation for the original `wget` command: `tldr wget -p common` @@ -14,3 +11,7 @@ - View documentation for PowerShell's `Invoke-WebRequest` command: `tldr invoke-webrequest` + +- Display version: + +`wget --version` diff --git a/pages/windows/xcopy.md b/pages/windows/xcopy.md index d1ac38f934..8bfc248619 100644 --- a/pages/windows/xcopy.md +++ b/pages/windows/xcopy.md @@ -31,6 +31,6 @@ `xcopy {{path\to\file_or_directory}} {{path\to\destination_directory}} /y` -- Display detailed usage information: +- Display help: `xcopy /?`