Skip to content

Commit

Permalink
Change column spacing in help text, closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Mar 20, 2017
1 parent f14c5d4 commit eb79a69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Insect/Interpreter.purs
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ runInsect env (Command Help) = { msg: Message Other (intercalate "\n"
, "involve physical quantities. You can start by trying"
, "one of these examples:"
, ""
, " > `1920/16*9` > `sin(30deg)`"
, " > `1920/16*9` > `sin(30deg)`"
, ""
, " > `2min + 30s` > `6Mbit/s * 1.5h -> Gb`"
, " > `2min + 30s` > `6Mbit/s * 1.5h -> Gb`"
, ""
, " > `list` > `r = 80cm`"
, " > `40000km/c -> ms` > `pi*r^2 -> m^2`"
, " > `list` > `r = 80cm`"
, " > `40000km/c -> ms` > `pi*r^2 -> m^2`"
, ""
, "More information: https://github.com/sharkdp/insect"
]), newEnv : env }
Expand Down

0 comments on commit eb79a69

Please sign in to comment.