aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorpacien2018-11-24 01:03:43 +0100
committerpacien2018-11-24 01:03:43 +0100
commit643d2d72fab23df30d29c10614bfa89648cd3655 (patch)
tree2894c609271737576e382055b399bc59580fbc8b /readme.md
parent7c48f80fd8d81ec7c0b9e504174b05892248380a (diff)
downloadgziplike-643d2d72fab23df30d29c10614bfa89648cd3655.tar.gz
Implement program entry point
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 55d0546..be2587c 100644
--- a/readme.md
+++ b/readme.md
@@ -17,10 +17,13 @@ Building this project requires Nim and Nimble version 0.19.0 or later.
17Usage 17Usage
18----- 18-----
19 19
20```
21Usage: gziplike <compress|decompress> <input file> <output file>
22```
23
20Compression and decompression are done using the `compress` and `decompress` commands repsectively. 24Compression and decompression are done using the `compress` and `decompress` commands repsectively.
21 25
22The input stream is read from the standard input. 26Paths to the input and output files are given as second and third arguments respectively.
23The result is outputted to the standard output.
24 27
25 28
26License 29License