Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Mar 9, 2021
1 parent 1449aca commit 61f286f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/setup.md
Expand Up @@ -66,7 +66,7 @@ docker pull registry.gitlab.vgiscience.org/lbsn/lbsntransform:latest
docker tag registry.gitlab.vgiscience.org/lbsn/lbsntransform:latest lbsntransform
```

The run it.
Then run it.
```bash
docker run \
--rm \
Expand Down
6 changes: 3 additions & 3 deletions lbsntransform/config/config.py
Expand Up @@ -313,7 +313,7 @@ def parse_args(self):
'more local memory. '
' '
' '
'!!! note '
'!!! note\\n'
' Use `--transferlimit` to limit the '
'total number of records transferred. `--transfer_count` '
'defines the _batch_ count that is used to transfer '
Expand Down Expand Up @@ -570,7 +570,7 @@ def parse_args(self):
'Example: '
' '
' '
' --include_lbsn_bases hashtag,place,date,community '
' --include_lbsn_bases hashtag,place,date,community'
' '
' ',
type=str)
Expand All @@ -589,7 +589,7 @@ def parse_args(self):
'Example: '
' '
' '
' --override_lbsn_query_schema post,mviews.mypostquery '
' --override_lbsn_query_schema post,mviews.mypostquery'
' '
' '
'Argument can be used multiple times.',
Expand Down

0 comments on commit 61f286f

Please sign in to comment.