diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:17:46 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:40 +0700 |
commit | a8ef2e8e8bc875f0340d8d0ae8b31c1ac6813057 (patch) | |
tree | 771a4e20306a06bba8f64d70c5c7dbd17d3f9591 /development/shed | |
parent | 1835f38271ec4b326a0445673facc48b7c343395 (diff) |
development/shed: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/shed')
-rw-r--r-- | development/shed/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/shed/README b/development/shed/README index dadfeb246b094..dc44a7ed311aa 100644 --- a/development/shed/README +++ b/development/shed/README @@ -1,4 +1,4 @@ -Shed is a hex editor written for unix/linux using ncurses, with a friendly -pico-style interface. Shows data in ascii, hex, dec, oct and binary, and -allows editing in all of these bases. Features also include searching and -dumping. +Shed is a hex editor written for unix/linux using ncurses, with a +friendly pico-style interface. Shows data in ascii, hex, dec, oct and +binary, and allows editing in all of these bases. Features also include +searching and dumping. |