Skip to content

Commit

Permalink
Fix typo in help string for rc command
Browse files Browse the repository at this point in the history
Summary: As it says on the tin

Differential Revision: D54542170

fbshipit-source-id: 2cfcfda1e4aae0fbd02c162239ff20680d3fbc7b
  • Loading branch information
elliekorn authored and facebook-github-bot committed Mar 5, 2024
1 parent 30e9305 commit 028c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/ReferenceClassifierCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ void DumpGroup(ReferenceClassifierGroup group, bool verbose)
}
}

public override string HelpText => "referenceclassifier ('clear | 'load <filename> | 'save <filename> 'fromdll <directory> | 'list ['verbose] | 'enable | 'disable) (<prefix*>|<name>),...";
public override string HelpText => "referenceclassifier ('clear | 'load <filename> | 'save <filename> | 'fromdll <directory> | 'list ['verbose] | 'enable | 'disable) (<prefix*>|<name>),...";
}
}

0 comments on commit 028c9de

Please sign in to comment.