Przeglądaj źródła

Fix confusing docstring

Alois Mahdal 9 lat temu
rodzic
commit
b2eb405f21
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/libexec/saturnin-clip

+ 1
- 1
src/libexec/saturnin-clip Wyświetl plik

98
 
98
 
99
 rm_all() {
99
 rm_all() {
100
     #
100
     #
101
-    # Dump all clips
101
+    # Drop all clips
102
     #
102
     #
103
     test -n "$STORAGE_DIR" || die "storage directory is unset, aborting"
103
     test -n "$STORAGE_DIR" || die "storage directory is unset, aborting"
104
     test -d "$STORAGE_DIR" || return 0
104
     test -d "$STORAGE_DIR" || return 0