From cede08c51865a1b7a32c30d5f733f46b65a329d4 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Tue, 10 Aug 2021 19:18:22 -0400 Subject: [PATCH] Fix spacing issues --- README.md | 3 +-- command | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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