From 137f5c9b0937dfa204ea2580e58430c7180a79c5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 19 Feb 2016 11:58:17 -0600 Subject: Help text update from Isaac Dunham, tweaked slightly. --- toys/other/hexedit.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'toys/other') diff --git a/toys/other/hexedit.c b/toys/other/hexedit.c index ff13b513..a9d97aa2 100644 --- a/toys/other/hexedit.c +++ b/toys/other/hexedit.c @@ -12,9 +12,16 @@ config HEXEDIT help usage: hexedit FILENAME - Hexadecimal file editor. + Hexadecimal file editor. All changes are written to disk immediately. -r Read only (display but don't edit) + + Keys: + Arrows Move left/right/up/down by one line/column + Pg Up/Pg Dn Move up/down by one page + 0-9, a-f Change current half-byte to hexadecimal value + u Undo + q/^c/^d/ Quit */ #define FOR_hexedit -- cgit v1.2.3