From 0650fe509f2e4895be06ec9535798a1fcb6385eb Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 15 Jul 2024 08:50:01 -0400 Subject: [PATCH] Fix formatting in task-sync manpage (#3535) --- doc/man/task-sync.5.in | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/man/task-sync.5.in b/doc/man/task-sync.5.in index 6ca7d2cf6..9e1cdb320 100644 --- a/doc/man/task-sync.5.in +++ b/doc/man/task-sync.5.in @@ -116,28 +116,27 @@ Select the following permissions: - storage.buckets.get - storage.buckets.update - storage.objects.create + - storage.objects.delete - storage.objects.get - storage.objects.list - storage.objects.update - - storage.objects.delete - Create your new role. +Create your new role. - On the left sidebar, navigate to "Service accounts." +On the left sidebar, navigate to "Service accounts." - On the top menu bar within the "Service accounts" section, click "CREATE SERVICE ACCOUNT." - Provide an appropriate name and description for the new service account. - Select the role you just created and complete the service account creation process. - - Now, in the Service Account dashboard, click into the new service account and select "keys" on the top menu bar. - Click on "ADD KEY" to create and download a new key (a JSON key). +On the top menu bar within the "Service accounts" section, click "CREATE SERVICE ACCOUNT." +Provide an appropriate name and description for the new service account. +Select the role you just created and complete the service account creation process. +Now, in the Service Account dashboard, click into the new service account and select "keys" on the top menu bar. +Click on "ADD KEY" to create and download a new key (a JSON key). Then configure Taskwarrior with: .nf $ task config sync.gcp.bucket - $ task config sync.gcp.credential_path + $ task config sync.gcp.credential_path .fi .SS Local Synchronization