Skip to content

Commit

Permalink
fix: correct help example
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Feb 24, 2018
1 parent 03270ad commit 829de6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions help-functions
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ fn-help-all() {

echo -e "${BOLD}usage${NORMAL}: dokku $PLUGIN_COMMAND_PREFIX[:COMMAND]"
echo ''
echo -e "${BOLD}List your $PLUGIN_COMMAND_PREFIX services.${NORMAL}"
echo -e "${BOLD}Display the redirects set on app.${NORMAL}"
echo ''
echo -e "${BLUE}Example:${NORMAL}"
echo ''
echo " \$ dokku $PLUGIN_COMMAND_PREFIX:list"
echo " \$ dokku $PLUGIN_COMMAND_PREFIX"
echo ''
fn-help-list-example | column -c5 -t -s,
echo " ! There are no redirects for plugins"
echo ''
echo -e "dokku ${BOLD}${PLUGIN_COMMAND_PREFIX}${NORMAL} commands: (get help with ${CYAN}dokku ${PLUGIN_COMMAND_PREFIX}:help SUBCOMMAND${NORMAL})"
echo ''
Expand Down

0 comments on commit 829de6f

Please sign in to comment.