Browse Source

Uncapitalise "Node" in `--multi` description (#158)

Convert "Node" to "node" to improve consistency, as "node" is used     
throughout the manpages.
remotes/origin/add-simple-redirecting-site
thomsj 6 years ago committed by Gal Schlezinger
parent
commit
6b267ea66d
  1. 2
      executable/FnmApp.re

2
executable/FnmApp.re

@ -283,7 +283,7 @@ let env = {
}; };
let isMultishell = { 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)); Arg.(value & flag & info(["multi"], ~doc));
}; };

Loading…
Cancel
Save