From 4fab20d3099ff2e8468b49757cde4063728f48b7 Mon Sep 17 00:00:00 2001 From: JayFate <37610029@qq.com> Date: Thu, 6 Jan 2022 08:21:00 +0000 Subject: [PATCH] Update en.js Signed-off-by: JayFate <37610029@qq.com> --- src/reporters/lang/en.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/reporters/lang/en.js b/src/reporters/lang/en.js index e376e969b3..0283172a63 100644 --- a/src/reporters/lang/en.js +++ b/src/reporters/lang/en.js @@ -160,12 +160,12 @@ const messages = { cleaning: 'Cleaning modules', cleanCreatingFile: 'Creating $0', cleanCreatedFile: - 'Created $0. Please review the contents of this file then run "yarn autoclean --force" to perform a clean.', + 'Created $0. Please review the contents of this file then run "yarn autoclean --force" or "yarn autoclean -F" to perform a clean.', cleanAlreadyExists: '$0 already exists. To revert to the default file, delete $0 then rerun this command.', cleanRequiresForce: - 'This command required the "--force" flag to perform the clean. This is a destructive operation. Files specified in $0 will be deleted.', + 'This command required the "--force" or "-F" flag to perform the clean. This is a destructive operation. Files specified in $0 will be deleted.', cleanDoesNotExist: - '$0 does not exist. Autoclean will delete files specified by $0. Run "autoclean --init" to create $0 with the default entries.', + '$0 does not exist. Autoclean will delete files specified by $0. Run "yarn autoclean --init" to create $0 with the default entries.', binLinkCollision: "There's already a linked binary called $0 in your global Yarn bin. Could not link this package's $0 bin entry.",