antonmedv / countdown

Terminal countdown timer
MIT License
1.07k stars 110 forks source link

adding newline to the end of usage text so the terminal would return … #12

Closed tanelpuhu closed 5 years ago

tanelpuhu commented 5 years ago

…to new line

before:

$ countdown
usage:
countdown 25s
countdown 1m50s
countdown 2h45m50s$

after:

$ countdown
usage:
countdown 25s
countdown 1m50s
countdown 2h45m50s
$