diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:54:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:53 +0700 |
commit | 3877ba1683bea131f307aaf3ba331a66b76f6fa0 (patch) | |
tree | 53acceab5a87eaf319b71217c5237c30ad002a74 /development/bless | |
parent | c3b59bf4e8ce166797cc35a35ad11c6a6a24291d (diff) |
development/bless: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bless')
-rw-r--r-- | development/bless/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/bless/README b/development/bless/README index 1b7ad457f24b..f2c4d6788abb 100644 --- a/development/bless/README +++ b/development/bless/README @@ -3,6 +3,7 @@ bless (GUI hex editor) bless is a full featured hexadecimal editor, written in C#, using Gtk# for the user interface. -Its purpose is to edit files as a sequence of bytes, allowing read/write, -search, pattern finding, efficient query-replace, multi-tabbing, -customized data-views, plug‐ins, and many other features. +Its purpose is to edit files as a sequence of bytes, allowing +read/write, search, pattern finding, efficient query-replace, +multi-tabbing, customized data-views, plug‐ins, and many other +features. |