소스 검색

Fix confusing docstring

Alois Mahdal 10 년 전
부모
커밋
b2eb405f21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/libexec/saturnin-clip

+ 1
- 1
src/libexec/saturnin-clip 파일 보기

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