Add a note to the icat help about viewing URLs
This commit is contained in:
parent
5172597d96
commit
5ff4a6f4d8
1 changed files with 3 additions and 1 deletions
|
|
@ -259,8 +259,10 @@ def parse_place(raw):
|
|||
' 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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue