ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
639 stars 115 forks source link

Line break after usage statement for the open command #22

Closed dullbananas closed 5 years ago

dullbananas commented 5 years ago

When I run open without arguments, the usage statement does not have a line break at the end:

Dull Bananas $ open
Usage:
open [Items to share ...]Dull Bananas $ 

It should look like this instead:

Dull Bananas $ open
Usage:
open [Items to share ...]
Dull Bananas $