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:
Rubén Norte
2025-04-11 03:40:27 -07:00
committed by Facebook GitHub Bot
parent 86cd31eb6b
commit c0fac7ba74
+1 -1
View File
@@ -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);
}