From dcf0076ca9b4b3c094d2d082717265fb4e326ae0 Mon Sep 17 00:00:00 2001 From: Schuyler Eldridge Date: Mon, 6 Jan 2020 15:52:19 -0500 Subject: Remove incorrect --firrtl-source option (#1266) This removes the incorrect short --firrtl-source option. This was supposed to be the helpValueName. Signed-off-by: Schuyler Eldridge Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- src/main/scala/firrtl/stage/FirrtlAnnotations.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/firrtl/stage/FirrtlAnnotations.scala b/src/main/scala/firrtl/stage/FirrtlAnnotations.scala index aa3fed2b..5be84bb9 100644 --- a/src/main/scala/firrtl/stage/FirrtlAnnotations.scala +++ b/src/main/scala/firrtl/stage/FirrtlAnnotations.scala @@ -131,7 +131,7 @@ object FirrtlSourceAnnotation extends HasShellOptions { longOption = "firrtl-source", toAnnotationSeq = a => Seq(FirrtlSourceAnnotation(a)), helpText = "An input FIRRTL circuit string", - shortOption = Some("") ) ) + helpValueName = Some("") ) ) } -- cgit v1.2.3