aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/grimshot2
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() {
28 28
29ACTION=${1:-usage} 29ACTION=${1:-usage}
30SUBJECT=${2:-screen} 30SUBJECT=${2:-screen}
31FILE=${3:-$(getTargetDirectory)/$(date +'Grimshot %Y-%m-%d %H-%M-%S.png')} 31FILE=${3:-$(getTargetDirectory)/$(date -Ins).png}
32 32
33if [ "$ACTION" = "usage" ] ; then 33if [ "$ACTION" = "usage" ] ; then
34 echo "Usage:" 34 echo "Usage:"