From d0909b8616802c995462a17d19865a290c77a702 Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Thu, 24 Mar 2016 14:41:22 -0600 Subject: [PATCH] Need to add `--name` option before LibraryName. Ideally, I think we should change this to take in the LibraryName without the `--name` option since it's not really an option but this is a stop gap until that PR. --- local-cli/new-library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/new-library.js b/local-cli/new-library.js index 533594aca592ec..76a93734e79deb 100644 --- a/local-cli/new-library.js +++ b/local-cli/new-library.js @@ -6,7 +6,7 @@ var utils = require('./generator-utils'); function showHelp() { console.log([ - 'Usage: react-native new-library ', + 'Usage: react-native new-library --name ', '' ].join('\n')); process.exit(1);