SystemsGenetics / ACE

Accelerated Computational Engine (ACE) is a GPU-enabled framework to simplify creation of GPU-capable applications
http://SystemsGenetics.github.io/ACE
GNU General Public License v2.0
1 stars 1 forks source link

Missing carriage return in help text #85

Closed bentsherman closed 5 years ago

bentsherman commented 5 years ago

The help text is missing a newline like so:

    dump: Dump the system or user metadata of a data object to standard output
          as JSON formatted text.  inject: Inject new user metadata into a data object from a JSON formatted text
          file, overwriting any user metadata the data object currently
          contains.

Loving the help system by the way!

4ctrl-alt-del commented 5 years ago

I can't find this, when I run the help command I get this:

$ aceex help dump
Command: aceex dump <path> [system|user]
Dumps the system or user metadata of a data object to standard output as JSON.

path: The file path to the data object whose system or user metada is dumped.
bentsherman commented 5 years ago

Sorry forgot to clarify, it's in the main help text aceex help.

4ctrl-alt-del commented 5 years ago

Fixed in ebebbe37a54041a73b0d2781891a11bf27092175.