Skip to content

Commit

Permalink
fixed typos in grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Oct 17, 2024
1 parent 332dba7 commit 5dca4d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ help:
@echo " "
@echo " Please use \`make <target>\` where <target> 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"
Expand Down

0 comments on commit 5dca4d1

Please sign in to comment.