Browse Source

Move i3-snapshot to screenshot

Samuel W. Flint 2 years ago
parent
commit
c0e4e28660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      screenshot

+ 1 - 1
i3-snapshot → screenshot

@@ -26,7 +26,7 @@ do
             FILENAME="$OPTARG"
             ;;
         [?])
-            echo "i3-snapshot [ -? ] [ -r | -w ] [ -f filename.png ]" >&2
+            echo "screenshot [ -? ] [ -r | -w ] [ -f filename.png ]" >&2
             exit 1
             ;;
     esac