aboutsummaryrefslogtreecommitdiff
path: root/src/nix/help.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-12-10 18:40:16 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-12-21 13:32:29 +0100
commitdaf365b0b731bb3ac86128a965394dcff8d6f5b5 (patch)
treedd3c8cccc77a36eb3bebc89a5018bbb012323063 /src/nix/help.md
parente6bea9c9b10ded0e65981edf84cedd00ec86883a (diff)
Add 'nix help' manpage
Diffstat (limited to 'src/nix/help.md')
-rw-r--r--src/nix/help.md17
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
+ ```
+
+)""