thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Clarify that `run` and `start -t` are equivalent in helptext #66

Closed rlue closed 6 years ago

thuehlinger commented 6 years ago

This seems to fail on Ruby verions < 2.3, see https://travis-ci.org/thuehlinger/daemons/builds/373380037?utm_source=github_status&utm_medium=notification Can you please try to fix this?

rlue commented 6 years ago

Oops, that's because I used the squiggly heredoc (which handles indentation differently than a regular heredoc).

I figured I'd use it since Ruby <2.3 was past end-of-life, but let me switch it back when I get a chance later on this weekend.

rlue commented 6 years ago

Whoops, thank heavens for CI!

thuehlinger commented 6 years ago

Great, thanks!