From 5dca4d15fb29e702bcb273fab70bbd5c7d93b0f7 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Thu, 17 Oct 2024 19:22:41 +0300 Subject: [PATCH] fixed typos in grammar Signed-off-by: Alexander Piskun --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index d167643..859e4da 100644 --- a/Makefile +++ b/Makefile @@ -13,20 +13,20 @@ help: @echo " " @echo " Please use \`make \` where is one of" @echo " " - @echo " build-push build CPU images and upload to ghcr.io" - @echo " build-push-cuda build CUDA image and upload to ghcr.io" - @echo " build-push-rocm build ROCM image and upload to ghcr.io" + @echo " build-push builds CPU images and uploads them to ghcr.io" + @echo " build-push-cuda builds CUDA image and uploads it to ghcr.io" + @echo " build-push-rocm builds ROCM image and uploads it to ghcr.io" @echo " " @echo " > Next commands are only for the dev environment with nextcloud-docker-dev!" @echo " > They should run from the host you are developing on(with activated venv) and not in the container with Nextcloud!" @echo " " - @echo " run30 install $(APP_NAME) for Nextcloud 30" - @echo " run install $(APP_NAME) for Nextcloud Latest" + @echo " run30 installs $(APP_NAME) for Nextcloud 30" + @echo " run installs $(APP_NAME) for Nextcloud Latest" @echo " " - @echo " > Commands for manual registering of ExApp($(APP_NAME) should be running!):" + @echo " > Commands for manual registration of ExApp($(APP_NAME) should be running!):" @echo " " - @echo " register30 perform registration of running $(APP_NAME) into the 'manual_install' deploy daemon." - @echo " register perform registration of running $(APP_NAME) into the 'manual_install' deploy daemon." + @echo " register30 performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon." + @echo " register performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon." @echo " " @echo " L10N (for manual translation):" @echo " translation_templates extract translation strings from sources"