From c0fac7ba74b190e45cfac7fa72a815f8fcf7516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Norte?= Date: Fri, 11 Apr 2025 03:40:27 -0700 Subject: [PATCH] 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 --- packages/react-native/scripts/featureflags/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/scripts/featureflags/index.js b/packages/react-native/scripts/featureflags/index.js index 3cb2dcb3410..413707af059 100644 --- a/packages/react-native/scripts/featureflags/index.js +++ b/packages/react-native/scripts/featureflags/index.js @@ -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); }