diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-13 18:40:41 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-13 18:40:41 -0400 |
| commit | d4ca769e542b2489b1e23cfcbdc3a0b7275b87cd (patch) | |
| tree | 1653a7399f97fb0c63ce62e3f60fd830d5c37f70 /base/src/main/java/bjc/utils/cli/CommandHelp.java | |
| parent | 2ac2e31a56ae59ee582e43a90c3495f86dd9ee7a (diff) | |
Cleanup pass
Cleanup pass to uniformize things
Diffstat (limited to 'base/src/main/java/bjc/utils/cli/CommandHelp.java')
| -rw-r--r-- | base/src/main/java/bjc/utils/cli/CommandHelp.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/src/main/java/bjc/utils/cli/CommandHelp.java b/base/src/main/java/bjc/utils/cli/CommandHelp.java index 97d7dad..d07c9d5 100644 --- a/base/src/main/java/bjc/utils/cli/CommandHelp.java +++ b/base/src/main/java/bjc/utils/cli/CommandHelp.java @@ -17,11 +17,11 @@ public interface CommandHelp { * Get the summary line for a command. * * A summary line should consist of a string of the following format - * + * * <pre> * "<command-name&rt;\t<command-summary&rt;" * </pre> - * + * * where anything in angle brackets should be filled in. * * @return The summary line line for a command |
