Skip to content

Commit

Permalink
update help text for --example-react-native-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Feb 22, 2021
1 parent fa6387e commit cf613d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ${postCreateInstructions(createOptions)}`);
default: 'example',
}, {
command: '--example-react-native-version [exampleReactNativeVersion]',
description: 'React Native version for the generated example project',
description: 'React Native template version for the generated example project, for example: react-native-tvos, [email protected] (requires --tvos-enabled option); [email protected]',
default: 'react-native@latest',
}, {
command: '--write-example-podfile',
Expand Down

0 comments on commit cf613d9

Please sign in to comment.