Update slk archive authored by Hadieh Monajemi's avatar Hadieh Monajemi
...@@ -37,11 +37,11 @@ Earth.jpeg Jupiter.png Mars.tif Saturn.png ...@@ -37,11 +37,11 @@ Earth.jpeg Jupiter.png Mars.tif Saturn.png
``` ```
slk archive normal-file /hsm/testing/archive-HM slk archive normal-file /hsm/testing/archive-HM
```
* stdout: empty * stdout: empty
* stderr: empty * stderr: empty
* exit code: 0 * exit code: 0
```
## archive 02: archiving an image file ## archive 02: archiving an image file
``` ```
...@@ -106,10 +106,9 @@ Only `not-empty-folder` is archived without the `sub-empty-folder` ...@@ -106,10 +106,9 @@ Only `not-empty-folder` is archived without the `sub-empty-folder`
```shell ```shell
slk archive -R not-empty-folder /hsm/testing/archive-HM slk archive -R not-empty-folder /hsm/testing/archive-HM
[- ] 0% complete.
``` ```
* stdout: [- ] 0% complete. * ```stdout: [- ] 0% complete. ```
* stderr: empty * stderr: empty
* exit code: 0 * exit code: 0
... ...
......