Browse Source

Fix default action

Alois Mahdal 9 years ago
parent
commit
36b27695d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libexec/saturnin-clip

+ 1
- 1
libexec/saturnin-clip View File

@@ -63,7 +63,7 @@ load_clip() {
63 63
 }
64 64
 
65 65
 clipname=primary
66
-action=ls
66
+action=list
67 67
 while true; do case "$1" in
68 68
     save) action=save;          shift   ;;
69 69
     load) action=load;          shift   ;;