diff options
author | bptato <nincsnevem662@gmail.com> | 2022-09-14 19:33:27 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-09-14 19:33:27 +0200 |
commit | cea4aa0374a2f8c1df40a30060c34de8ce257090 (patch) | |
tree | 3958c7d17de112fdad163d20a4f58a7fe9da8533 /src/main.nim | |
parent | 51d83224320b8bd4e81332802bb62158ae6deec5 (diff) | |
download | chawan-cea4aa0374a2f8c1df40a30060c34de8ce257090.tar.gz |
Tweaks/bugfixes for arm
Diffstat (limited to 'src/main.nim')
-rw-r--r-- | src/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.nim b/src/main.nim index 584c92e6..990372ee 100644 --- a/src/main.nim +++ b/src/main.nim @@ -21,7 +21,7 @@ Options: -T, --type <type> Specify content mime type -v, --version Print version information -h, --help Print this page - -- Interpret all following arguments as URLs/files""" + -- Interpret all following arguments as URLs""" if i == 0: echo s else: |