Skip to content

Commit

Permalink
Help text update from Isaac Dunham, tweaked slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
landley committed Feb 19, 2016
1 parent 577b7ca commit 137f5c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion toys/other/hexedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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/<esc> Quit
*/

#define FOR_hexedit
Expand Down

0 comments on commit 137f5c9

Please sign in to comment.