mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reference print command in featureflags CLI help (#50643)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50643 Changelog: [internal] Just realized this was missing from the message. Reviewed By: lenaic Differential Revision: D72852138 fbshipit-source-id: 27ed4b6e6d8b370cfa34a9878ca9bb0815cb75eb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
86cd31eb6b
commit
c0fac7ba74
+1
-1
@@ -32,7 +32,7 @@ if (require.main === module) {
|
||||
break;
|
||||
default:
|
||||
console.error(
|
||||
'Usage: node featureflags.js [--update|--verify-unchanged]',
|
||||
'Usage: node featureflags.js [--update|--verify-unchanged|--print]',
|
||||
);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user