Skip to content

Commit

Permalink
Change Wording in diff leak instruction (#130)
Browse files Browse the repository at this point in the history
Summary:
The wording seemed off to me while using so I wanted to propose a change here.

Pull Request resolved: #130

Differential Revision: D65675409

Pulled By: JacksonGL

fbshipit-source-id: e46f9fdd0a89fb112eafaa59c9a06e0a880f7f72
  • Loading branch information
mehmetmalli authored and facebook-github-bot committed Nov 8, 2024
1 parent b52e7dc commit 37bef92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/commands/heap/DiffLeakCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ export default class CheckLeakCommand extends BaseCommand {
throw utils.haltOrThrow(
'No control or test working directory or snapshot location specified, ' +
'please specify them via: \n' +
` --${new SetControlSnapshotOption().getOptionName()} with ` +
` --${new SetControlSnapshotOption().getOptionName()} and` +
` --${new SetTreatmentSnapshotOption().getOptionName()}\n` +
'alternatively, you can also specify them via: \n' +
` --${new SetControlWorkDirOption().getOptionName()} with ` +
` --${new SetControlWorkDirOption().getOptionName()} and` +
` --${new SetTreatmentWorkDirOption().getOptionName()}`,
);
}
Expand Down

0 comments on commit 37bef92

Please sign in to comment.