From 6b267ea66d693d4287bc600f20a75aa762459ab8 Mon Sep 17 00:00:00 2001 From: thomsj Date: Tue, 22 Oct 2019 08:11:10 +0100 Subject: [PATCH] Uncapitalise "Node" in `--multi` description (#158) Convert "Node" to "node" to improve consistency, as "node" is used throughout the manpages. --- executable/FnmApp.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable/FnmApp.re b/executable/FnmApp.re index cb8a8c5..10da2ae 100644 --- a/executable/FnmApp.re +++ b/executable/FnmApp.re @@ -283,7 +283,7 @@ let env = { }; let isMultishell = { - let doc = "Allow different Node versions for each shell"; + let doc = "Allow different node versions for each shell"; Arg.(value & flag & info(["multi"], ~doc)); };