Update slk archive authored by Hadieh Monajemi's avatar Hadieh Monajemi
......@@ -5,7 +5,7 @@ Preparing the list of files to be archived.
## Test Data
```
~/test-archive/text-file
~/test-archive/normal-file
~/test-archive/image-file
~/test-archive/large-file
~/test-archive/empty-folder
......@@ -15,5 +15,17 @@ Preparing the list of files to be archived.
## archive 01: archiving a normal file
```
slk archive test-archive/text-file /hsm/testing/HMarchive
slk archive test-archive/normal-file /hsm/testing/HMarchive
```
* stdout: empty
* stderr: empty
* exit code: 0
## archive 02: archiving an image file
```
slk archive test-archive/image-file.jpg /hsm/testing/HMarchive
slk archive test-archive/image-file.png /hsm/testing/HMarchive
slk archive test-archive/image-file.tif /hsm/testing/HMarchive
```