diff options
Diffstat (limited to 'src/nix/help.md')
-rw-r--r-- | src/nix/help.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/nix/help.md b/src/nix/help.md new file mode 100644 index 000000000..734f35028 --- /dev/null +++ b/src/nix/help.md @@ -0,0 +1,17 @@ +R""( + +# Examples + +* Show help about `nix` in general: + + ```console + # nix help + ``` + +* Show help about a particular subcommand: + + ```console + # nix help flake info + ``` + +)"" |