From 67489a6c6028f525a163fde713c6d67aadc86509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 29 Jul 2024 22:30:23 +0200 Subject: [PATCH] fix: space indentation for cli help --- src/cli/cli.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cli/cli.c b/src/cli/cli.c index f1c5ba9..a1d3779 100644 --- a/src/cli/cli.c +++ b/src/cli/cli.c @@ -11,11 +11,11 @@ "Usage: gimi [-h | --help] [-v | --version]\n\n" \ "A simple tool for managing multiple git remotes as mirrors\n\n" \ "Useful commands for working with gimi:\n" \ - " ci Generate CI configuration for a specific provider\n" \ - " config Manage gimi configuration settings\n" \ - " init Initialize a gimi project in the current workspace\n" \ - " provider Manage providers (git remotes as mirrors)\n" \ - " push Push all branches or tags to all providers\n\n" \ + " ci Generate CI configuration for a specific provider\n" \ + " config Manage gimi configuration settings\n" \ + " init Initialize a gimi project in the current workspace\n" \ + " provider Manage providers (git remotes as mirrors)\n" \ + " push Push all branches or tags to all providers\n\n" \ "Options:\n" \ " -h, --help Show this help message and exit\n" \ " -v, --version Show the version of gimi\n"