Skip to content

Commit

Permalink
jpaths -> jpath
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 5, 2018
1 parent 940f9f2 commit cc622ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sjsonnet/src/sjsonnet/Cli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Cli{
(c, v) => c.copy(indent = v)
),
Arg[Config, String](
"jpaths", Some('J'),
"jpath", Some('J'),
"Specify an additional library search dir (right-most wins)",
(c, v) => c.copy(jpaths = v :: c.jpaths)
),
Expand Down

0 comments on commit cc622ee

Please sign in to comment.