Skip to content

Commit

Permalink
Docs: no space in -i⟨dir1⟩:⟨dir2⟩ [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
thomie committed Feb 19, 2016
1 parent c6007fe commit a8653c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mkUserGuidePart/Options/FindingImports.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Types

findingImportsOptions :: [Flag]
findingImportsOptions =
[ flag { flagName = "-i ⟨dir1⟩:⟨dir2⟩:..."
[ flag { flagName = "-i⟨dir1⟩:⟨dir2⟩:..."
, flagDescription = "add ⟨dir⟩, ⟨dir2⟩, etc. to import path"
, flagType = DynamicSettableFlag
}
Expand Down

0 comments on commit a8653c8

Please sign in to comment.