Skip to content

Commit

Permalink
Restore warning about 'nix' being experimental
Browse files Browse the repository at this point in the history
Fixes #4552.
  • Loading branch information
edolstra committed Feb 17, 2021
1 parent 54ab377 commit 6042feb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/manual/generate-manpage.nix
Expand Up @@ -7,7 +7,10 @@ let

showCommand =
{ command, def, filename }:
"# Name\n\n"
''
**Warning**: This program is **experimental** and its interface is subject to change.
''
+ "# Name\n\n"
+ "`${command}` - ${def.description}\n\n"
+ "# Synopsis\n\n"
+ showSynopsis { inherit command; args = def.args; }
Expand Down

0 comments on commit 6042feb

Please sign in to comment.