From 5ff4a6f4d8369b0b3f64a60d356e28c89b4615ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 27 Jan 2019 21:33:03 +0530 Subject: [PATCH] Add a note to the icat help about viewing URLs --- kittens/icat/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kittens/icat/main.py b/kittens/icat/main.py index 589ca4340..5bc133cc9 100755 --- a/kittens/icat/main.py +++ b/kittens/icat/main.py @@ -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):