diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-08-25 13:22:28 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-08-25 13:24:29 +0500 |
| commit | d4204bb7b8c9f670bb4d738faffd2539a2197c46 (patch) | |
| tree | 52f8f73cadae0338d5613b2bb294fd589757545c /units/ib_common.zsh | |
| parent | 31995edbf220bd4f5c402406db780b10ea071d24 (diff) | |
*/*: Remove too many articles
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/ib_common.zsh')
| -rw-r--r-- | units/ib_common.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/ib_common.zsh b/units/ib_common.zsh index af6bc5d..d2f89c2 100644 --- a/units/ib_common.zsh +++ b/units/ib_common.zsh @@ -22,7 +22,7 @@ then shift else output_title="Invalid arguments" - output_text="You must specify the Image Board and the post ID or the MD5 hash" + output_text="You must specify Image Board and post ID or MD5 hash" notification_text="${output_text}" return 0 @@ -34,10 +34,10 @@ then shift elif [[ -n "${ib_parent}" ]] then - output_text="You must specify the parent post ID" + output_text="You must specify parent post ID" else output_title="Invalid arguments" - output_text="You must specify the post ID or the MD5 hash" + output_text="You must specify post ID or MD5 hash" notification_text="${output_text}" return 0 |
