diff options
-rwxr-xr-x | contrib/grimshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grimshot b/contrib/grimshot index 3ef18ce6..028fd935 100755 --- a/contrib/grimshot +++ b/contrib/grimshot @@ -28,7 +28,7 @@ getTargetDirectory() { ACTION=${1:-usage} SUBJECT=${2:-screen} -FILE=${3:-$(getTargetDirectory)/$(date +'Grimshot %Y-%m-%d %H-%M-%S.png')} +FILE=${3:-$(getTargetDirectory)/$(date -Ins).png} if [ "$ACTION" = "usage" ] ; then echo "Usage:" |