commit: 782f05f9c45b34cda74f9348e52c692a10430743
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Mar 28 21:15:58 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Mar 28 21:15:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=782f05f9
app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: elog syntax fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
.../watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
index 297b56538f..2a68b0a5ed 100644
---
a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++
b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
@@ -16,5 +16,5 @@ src_install() {
}
pkg_postinst() {
- elog: "How to use: run in terminal in a folder - and in another
software create a file with space in name, in that folder"
+ einfo: "How to use: run in terminal in a folder - and in another
software create a file with space in name, in that folder"
}