Skip to content
Snippets Groups Projects
Commit fed1b6b7 authored by Oliver Schwengers's avatar Oliver Schwengers :speech_balloon:
Browse files

fix typo

parent 5638d6f2
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ Prepare databases::
dbman prepare -h
# run the standard preparation
dbman prepare example/database exemple/tool
dbman prepare example/database example/tool
Transfer databases from the working computer to s3 Cloud::
......@@ -71,7 +71,7 @@ Transfer databases from the working computer to s3 Cloud::
dbman upload -h
# run the standard transfer
dbman upload example/database exemple/tool*
dbman upload example/database example/tool*
Transfer databases from s3 Cloud to working computer::
......@@ -79,7 +79,7 @@ Transfer databases from s3 Cloud to working computer::
dbman download -h
# run the standard download
dbman download example/database exemple/tool*
dbman download example/database example/tool*
Delete undesirable databases::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment