Skip to content

Commit

Permalink
change arg doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ailrst committed Sep 11, 2023
1 parent 8180a27 commit c357f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Main {
case class Config(
@arg(name="adt", short='a', doc="BAP ADT file name.")
adtFileName: String,
@arg(name="relf", short='r', doc="Output of 'readelf -s -r -W'.")
@arg(name="relf", short='r', doc="Name of the file containing the output of 'readelf -s -r -W'.")
relfFileName: String,
@arg(name="spec", short='s', doc="BASIL specification file.")
specFileName: Option[String],
Expand Down

0 comments on commit c357f36

Please sign in to comment.