pages*: make help and version commands comply with the style guide (#12107)

* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Vitor Henrique 2024-01-30 01:55:24 -03:00 committed by GitHub
parent d0a73c4b9c
commit 46a054215a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
175 changed files with 386 additions and 385 deletions

View File

@ -12,10 +12,10 @@
`bugreportz -p`
- Display version:
`bugreportz -v`
- Display help:
`bugreportz -h`
- Display version:
`bugreportz -v`

View File

@ -12,6 +12,6 @@
`acyclic -v -n {{path/to/input.gv}}`
- Display help for `acyclic`:
- Display help:
`acyclic -?`

View File

@ -8,7 +8,7 @@
`amass {{subcommand}}`
- Show general help:
- Display help:
`amass -help`

View File

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

View File

@ -3,10 +3,10 @@
> A managed source control service that hosts private Git repositories.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/codecommit/>.
- 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`

View File

@ -3,10 +3,6 @@
> CLI for AWS IAM.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/index.html>.
- 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`

View File

@ -4,7 +4,7 @@
> Create and manage relational databases.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/index.html>.
- Display help for specific RDS subcommand:
- Display help for a specific RDS subcommand:
`aws rds {{subcommand}} help`

View File

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

View File

@ -31,6 +31,6 @@
`babel {{path/to/input_file}} --presets {{presets}}`
- Output all available options:
- Display help:
`babel --help`

View File

@ -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 -?`

View File

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

View File

@ -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}}`

View File

@ -27,6 +27,6 @@
`box verify {{path/to/phar_file}}`
- Display all available commands and options:
- Display help:
`box help`

View File

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

View File

@ -3,7 +3,7 @@
> Display `cargo` version information.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-version.html>.
- Display the version of `cargo`:
- Display version:
`cargo version`

View File

@ -19,6 +19,6 @@
`cbonsai -v`
- Display cbonsai help:
- Display help:
`cbonsai -h`

View File

@ -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 -?`

View File

@ -19,6 +19,6 @@
`cheat -s {{command}}`
- Get the current cheat version:
- Display version:
`cheat -v`

View File

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

View File

@ -27,10 +27,10 @@
`clido edit {{text_editor}}`
- Display version:
`clido -v`
- Display help:
`clido -h`
- Display version:
`clido -v`

View File

@ -27,7 +27,7 @@
`r sel`
- Display detailed help:
- Display help:
`?`

View File

@ -4,14 +4,14 @@
> Some subcommands such as `consul kv` have their own usage documentation.
> More information: <https://www.consul.io/commands>.
- 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`

View File

@ -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}}`

View File

@ -5,10 +5,6 @@
> Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation.
> More information: <https://get-coursier.io/docs/overview>.
- 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`

View File

@ -3,10 +3,6 @@
> Show technical information about your CUPS print server installation.
> More information: <https://openprinting.github.io/cups/doc/man-cups-config.html>.
- 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`

View File

@ -31,6 +31,6 @@
`cupsd -t -s {{path/to/cups-files.conf}}`
- Display all available options:
- Display help:
`cupsd -h`

View File

@ -15,6 +15,6 @@
`django-admin --version`
- Display more information for the given command:
- Display help for a specific command:
`django-admin help {{command}}`

View File

@ -11,6 +11,6 @@
`dolt blame {{commit}} {{table}}`
- View help:
- Display help:
`dolt blame --help`

View File

@ -4,9 +4,9 @@
> Some subcommands such as `dvc commit` have their own usage documentation.
> More information: <https://dvc.org/>.
- 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`

View File

@ -16,6 +16,6 @@
`dot {{path/to/input.gv}} | edgepaint | dot -T {{png}} > {{path/to/output.png}}`
- Display help for `edgepaint`:
- Display help:
`edgepaint -?`

View File

@ -31,6 +31,6 @@
`flyctl status --app {{app_name}}`
- Show version information:
- Display version information:
`flyctl version`

View File

@ -4,18 +4,18 @@
> Some subcommands such as `fossil commit` have their own usage documentation.
> More information: <https://fossil-scm.org/>.
- 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`

View File

@ -3,7 +3,7 @@
> Print version information for Google Cloud CLI components.
> More information: <https://cloud.google.com/sdk/gcloud/reference/version>.
- 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`

View File

@ -3,10 +3,6 @@
> Manage GitHub CLI command aliases.
> More information: <https://cli.github.com/manual/gh_alias>.
- 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`

View File

@ -3,10 +3,6 @@
> Makes authenticated HTTP requests to the GitHub API and prints the response.
> More information: <https://cli.github.com/manual/gh_api>.
- 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`

View File

@ -3,10 +3,6 @@
> Generate shell completion scripts for GitHub CLI commands.
> More information: <https://cli.github.com/manual/gh_completion>.
- 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`

View File

@ -23,6 +23,6 @@
`ghdl -s {{filename.vhdl}}`
- Display the help page:
- Display help:
`ghdl --help`

View File

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

View File

@ -19,6 +19,6 @@
`git gc --quiet`
- View full usage:
- Display help:
`git gc --help`

View File

@ -4,18 +4,6 @@
> Some subcommands such as `commit`, `add`, `branch`, `checkout`, `push`, etc. have their own usage documentation.
> More information: <https://git-scm.com/>.
- 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`

View File

@ -31,6 +31,6 @@
`gmssl zuc -d -in {{path/to/file.zuc}}`
- Print version:
- Display version:
`gmssl version`

View File

@ -1,12 +1,12 @@
# go version
> Print Go version.
> Display Go version.
> More information: <https://golang.org/cmd/go/#hdr-Print_Go_version>.
- 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}}`

View File

@ -3,7 +3,7 @@
> Show documentation for go packages.
> More information: <https://godoc.org/>.
- Display help for package "fmt":
- Display help for a specific package:
`godoc {{fmt}}`

View File

@ -31,6 +31,6 @@
`googler -u`
- For more help in interactive mode:
- Display help in interactive mode:
`?`

View File

@ -19,6 +19,6 @@
`gotelemetry env`
- Show details about any subcommand:
- Display help for a specific subcommand:
`gotelemetry help {{subcommand}}`

View File

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

View File

@ -27,6 +27,6 @@
`grunt --no-write`
- List all available options:
- Display help:
`grunt --help`

View File

@ -27,6 +27,6 @@
`gt log short`
- Print help for a specified subcommand:
- Display help for a specified subcommand:
`gt {{subcommand}} --help`

View File

@ -12,6 +12,6 @@
`dot {{path/to/input.gv}} | gvcolor | dot -T {{png}} > {{path/to/output.png}}`
- Display help for `gvcolor`:
- Display help:
`gvcolor -?`

View File

@ -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 -?`

View File

@ -7,7 +7,7 @@
`hangups`
- View troubleshooting information and help:
- Display troubleshooting information and help:
`hangups -h`

View File

@ -19,6 +19,6 @@
`help2man {{executable}} --output {{path/to/file}}`
- Display detailed help:
- Display help:
`help2man --help`

View File

@ -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}}`

View File

@ -15,6 +15,6 @@
`cat {{input_file}} | httprobe -p {{https:2222}}`
- Output all available options:
- Display help:
`httprobe --help`

View File

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

View File

@ -11,6 +11,6 @@
`id3tag --album={{album}} {{*.mp3}}`
- Get more help:
- Display help:
`id3tag --help`

View File

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

View File

@ -11,7 +11,7 @@
`irssi -c {{irc.example.com}} -p {{port}}`
- View the help:
- Display help:
`irssi --help`

View File

@ -23,6 +23,6 @@
`java -version`
- Display usage information for the java command:
- Display help:
`java -help`

View File

@ -23,6 +23,6 @@
`json5 --space {{indent_amount}}`
- View available options:
- Display help:
`json5 --help`

View File

@ -4,10 +4,6 @@
> Transformations must be provided for all examples.
> More information: <https://github.com/lebab/lebab>.
- 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`

View File

@ -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}}`

View File

@ -23,6 +23,6 @@
`meson --help`
- Show version info:
- Display version:
`meson --version`

View File

@ -12,6 +12,6 @@
`dot {{path/to/input.gv}} | mingle | dot -T {{png}} > {{path/to/output.png}}`
- Display help for `mingle`:
- Display help:
`mingle -?`

View File

@ -19,6 +19,6 @@
`mix test`
- List all mix commands:
- Display help:
`mix help`

View File

@ -23,6 +23,6 @@
`mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}`
- Show command-line help:
- Display help:
`mixxx --help`

View File

@ -27,6 +27,6 @@
`curl "{{https://api.open-meteo.com/v1/forecast?latitude=29.00&longitude=-90.00&current_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`

View File

@ -11,10 +11,6 @@
`more +{{line_number}} {{path/to/file}}`
- Display help:
`more --help`
- Go to the next page:
`<Space>`
@ -30,3 +26,7 @@
- Display help about interactive commands:
`h`
- Display help:
`more --help`

View File

@ -27,6 +27,6 @@
`msbuild {{path/to/project_file}} /detailedsummary`
- Display detailed help information:
- Display help:
`msbuild /help`

View File

@ -27,6 +27,6 @@
`mysqld --port={{port}}`
- Show all help options and exit:
- Display help:
`mysqld --verbose --help`

View File

@ -31,6 +31,6 @@
`ng test`
- Check the version of your current Angular installation:
- Display the version of your current Angular installation:
`ng version`

View File

@ -11,6 +11,6 @@
`ngs {{path/to/script.ngs}}`
- Print the version:
- Display version:
`ngs --version`

View File

@ -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}}`

View File

@ -3,10 +3,6 @@
> Manage Nix flakes.
> More information: <https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html>.
- 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`

View File

@ -32,6 +32,6 @@
`opam upgrade`
- Display all commands:
- Display help:
`opam help`

View File

@ -4,14 +4,14 @@
> Some subcommands such as `openssl req` have their own usage documentation.
> More information: <https://www.openssl.org>.
- 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`

View File

@ -3,10 +3,6 @@
> Yii Framework's command-line interface.
> More information: <https://yiiframework.com>.
- 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}}`

View File

@ -3,10 +3,6 @@
> A PHP static analysis tool to discover bugs in code.
> More information: <https://github.com/phpstan/phpstan>.
- 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`

View File

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

View File

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

View File

@ -31,6 +31,6 @@
`postcss {{path/to/file}} --watch`
- Display available options and examples:
- Display help:
`postcss --help`

View File

@ -11,6 +11,6 @@
`echo {{1337}} | pretty-bytes`
- Display help and usage information:
- Display help:
`pretty-bytes --help`

View File

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

View File

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

View File

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

View File

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

View File

@ -19,6 +19,6 @@
`rga --rga-accurate {{regular_expression}}`
- Display detailed help:
- Display help:
`rga --help`

View File

@ -24,6 +24,6 @@
`u`
- Open the help screen:
- Display help:
`?`

View File

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

View File

@ -3,7 +3,7 @@
> Display help on `rustup` and its subcommands.
> More information: <https://rust-lang.github.io/rustup>.
- Display general help:
- Display help:
`rustup help`

View File

@ -31,6 +31,6 @@
`scc --sort {{files|name|lines|blanks|code|comments|complexity}}`
- Print help for scc:
- Display help:
`scc -h`

View File

@ -12,6 +12,6 @@
`sccmap -v -s {{path/to/input1.gv}} {{path/to/input2.gv ...}}`
- Display help for `sccmap`:
- Display help:
`sccmap -?`

View File

@ -19,6 +19,6 @@
`shards list`
- List version of dependency:
- Display version of dependency:
`shards version {{path/to/dependency_directory}}`

View File

@ -20,6 +20,6 @@
`shopt -p`
- Display help for the command:
- Display help:
`help shopt`

View File

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

View File

@ -3,10 +3,6 @@
> Print shell integration code for starship.
> More information: <https://starship.rs>.
- 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`

View File

@ -19,6 +19,6 @@
`stl2gts --verbose < {{path/to/file.stl}} > {{path/to/file.gts}}`
- Print help for `stl2gts`:
- Display help:
`stl2gts --help`

View File

@ -15,6 +15,6 @@
`sublist3r --domain {{domain_name}} --output {{path/to/output_file}}`
- Output all available options:
- Display help:
`sublist3r --help`

View File

@ -23,6 +23,6 @@
`svn log -vl {{10}}`
- Show detailed help:
- Display help:
`svn help`

View File

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

Some files were not shown because too many files have changed in this diff Show More