nix-super/src/nix/help.md

18 lines
184 B
Markdown
Raw Normal View History

2020-12-10 19:40:16 +02:00
R""(
# Examples
* Show help about `nix` in general:
```console
# nix help
```
* Show help about a particular subcommand:
```console
# nix help flake info
```
)""