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"