Skip to content

Commit 5dca4d1

Browse files
committed
fixed typos in grammar
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 332dba7 commit 5dca4d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ help:
1313
@echo " "
1414
@echo " Please use \`make <target>\` where <target> is one of"
1515
@echo " "
16-
@echo " build-push build CPU images and upload to ghcr.io"
17-
@echo " build-push-cuda build CUDA image and upload to ghcr.io"
18-
@echo " build-push-rocm build ROCM image and upload to ghcr.io"
16+
@echo " build-push builds CPU images and uploads them to ghcr.io"
17+
@echo " build-push-cuda builds CUDA image and uploads it to ghcr.io"
18+
@echo " build-push-rocm builds ROCM image and uploads it to ghcr.io"
1919
@echo " "
2020
@echo " > Next commands are only for the dev environment with nextcloud-docker-dev!"
2121
@echo " > They should run from the host you are developing on(with activated venv) and not in the container with Nextcloud!"
2222
@echo " "
23-
@echo " run30 install $(APP_NAME) for Nextcloud 30"
24-
@echo " run install $(APP_NAME) for Nextcloud Latest"
23+
@echo " run30 installs $(APP_NAME) for Nextcloud 30"
24+
@echo " run installs $(APP_NAME) for Nextcloud Latest"
2525
@echo " "
26-
@echo " > Commands for manual registering of ExApp($(APP_NAME) should be running!):"
26+
@echo " > Commands for manual registration of ExApp($(APP_NAME) should be running!):"
2727
@echo " "
28-
@echo " register30 perform registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
29-
@echo " register perform registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
28+
@echo " register30 performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
29+
@echo " register performs registration of running $(APP_NAME) into the 'manual_install' deploy daemon."
3030
@echo " "
3131
@echo " L10N (for manual translation):"
3232
@echo " translation_templates extract translation strings from sources"

0 commit comments

Comments
 (0)