R""(
# Examples
* Show help about `nix` in general:
```console
# nix help
```
* Show help about a particular subcommand:
```console
# nix help flake info
```
)""
Title: Getting Help with Nix
Summary
This section provides examples of how to use the `nix help` command to display help information about Nix in general and about specific subcommands.