diff --git a/README.md b/README.md index 93c87a5..9637d29 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ Copyright 2021 Rob Muhlestein Released under Apache-2.0 License Please mention - ## Commands ### The `bar` Command @@ -103,5 +102,5 @@ Displays a summary of usage. ---- -*Autogenerated Tue Aug 10 07:15:16 PM EDT 2021* +*Autogenerated Tue Aug 10 07:18:16 PM EDT 2021* diff --git a/command b/command index 9e12bcc..2a6a5be 100755 --- a/command +++ b/command @@ -171,7 +171,7 @@ GitHub or similar hosting service. ' command_readme() { _trim "${help[main]}" local usage="$(command_usage)" - printf "\n\n## Commands\n\n" + printf "\n## Commands\n\n" local -a names=("${!help[@]}") while IFS= read -r name; do [[ $name = main ]] && continue