diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-12-10 18:40:16 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-21 13:32:29 +0100 |
commit | daf365b0b731bb3ac86128a965394dcff8d6f5b5 (patch) | |
tree | dd3c8cccc77a36eb3bebc89a5018bbb012323063 /src/nix/help.md | |
parent | e6bea9c9b10ded0e65981edf84cedd00ec86883a (diff) |
Add 'nix help' manpage
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 + ``` + +)"" |