diff options
Diffstat (limited to 'examples/image-info')
-rwxr-xr-x | examples/image-info | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/image-info b/examples/image-info index f608527..5f06123 100755 --- a/examples/image-info +++ b/examples/image-info @@ -4,9 +4,10 @@ # Called by nsxiv(1) whenever an image gets loaded. # The output is displayed in nsxiv's status bar. # Arguments: -# $1: path to image file +# $1: path to image file (as provided by the user) # $2: image width # $3: image height +# $4: fully resolved path to the image file s=" " # field separator |