Skip to content

Commit fef5c47

Browse files
committed
Fix docs for uploading
1 parent 5093c59 commit fef5c47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Options:
146146
--filter TEXT Do not upload the whole project, but only
147147
the files which match the glob.
148148
--exit-on-error / --no-exit-on-error
149-
If any project file download fails stop
150-
downloading the rest. Default: False
149+
If any project file upload fails stop
150+
uploading the rest. Default: False
151151
```
152152

153153
#### download-files

src/bin/qfieldcloud-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def create_project(ctx, name, owner, description, is_public):
201201
)
202202
@click.option(
203203
"--exit-on-error/--no-exit-on-error",
204-
help="If any project file download fails stop downloading the rest. Default: False",
204+
help="If any project file upload fails stop uploading the rest. Default: False",
205205
)
206206
@click.pass_context
207207
def upload_files(ctx, project_id, project_path, filter_glob, exit_on_error):

0 commit comments

Comments
 (0)