lix/src/nix/help.md
2020-12-21 13:32:29 +01:00

18 lines
184 B
Markdown

R""(
# Examples
* Show help about `nix` in general:
```console
# nix help
```
* Show help about a particular subcommand:
```console
# nix help flake info
```
)""