git: c60a793c4a4c - main - sysutils/rw-tui: Correct pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 09:27:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c60a793c4a4cd37d23f32de4de666dee9b7c95d0 commit c60a793c4a4cd37d23f32de4de666dee9b7c95d0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-06-12 09:26:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-06-12 09:26:37 +0000 sysutils/rw-tui: Correct pkg-descr Reported by: Gleb Popov <arrowd@freebsd.org> --- sysutils/rw-tui/pkg-descr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/rw-tui/pkg-descr b/sysutils/rw-tui/pkg-descr index 1bf5a47a90d4..51d04590775a 100644 --- a/sysutils/rw-tui/pkg-descr +++ b/sysutils/rw-tui/pkg-descr @@ -1 +1,4 @@ -rgb-tui is a color picker with a terminal UI. +rw-tui is a utility that allows to change bytes of system memory in TUI. + +It can potentially also edit PCI device memory, kernel memory, process memory +files, etc.