bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example (#4822)

This commit is contained in:
siavash
2020-10-24 16:28:11 +03:30
committed by GitHub
parent b174740fb4
commit 71f4635d88
4 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
`azcopy copy 'https://{{source-storage-account-name}}.blob.core.windows.net/{{container-name}}' 'https://{{destination-storage-account-name}}.blob.core.windows.net/{{container-name}}'`
- Syncronise a local directory and delete files in the destination if they no longer exist in the source:
- Synchronize a local directory and delete files in the destination if they no longer exist in the source:
`azcopy sync '{{path/to/source}}' 'https://{{storage-account-name}}.blob.core.windows.net/{{container-name}}' --recursive --delete-destination=true`