diff options
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: |