Pārlūkot izejas kodu

Fix confusing docstring

Alois Mahdal 9 gadus atpakaļ
vecāks
revīzija
b2eb405f21
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/libexec/saturnin-clip

+ 1
- 1
src/libexec/saturnin-clip Parādīt failu

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