ソースを参照

Fix confusing docstring

Alois Mahdal 9 年 前
コミット
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