Add a note to the icat help about viewing URLs

This commit is contained in:
Kovid Goyal
2019-01-27 21:33:03 +05:30
parent 5172597d96
commit 5ff4a6f4d8

View File

@@ -259,8 +259,10 @@ help_text = (
' You can specify multiple image files and/or directories.'
' Directories are scanned recursively for image files. If STDIN'
' is not a terminal, image data will be read from it as well.'
' You can also specify HTTP(S) or FTP URLs which will be'
' automatically downloaded and displayed.'
)
usage = 'image-file ...'
usage = 'image-file-or-url-or-directory ...'
def main(args=sys.argv):