diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-02-07 21:53:48 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-02-08 14:55:09 -0500 |
| commit | bd276c7886856f8813d392a8a72852a1a48b29f7 (patch) | |
| tree | 35fd23f45fc368251623c79f029d5bea78e746de /docs | |
| parent | a583d46ced703bb50dee2b7acd197bc8a5ce1eb7 (diff) | |
minor update to u explanation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 0a787073..b3ed8adb 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -93,7 +93,7 @@ Switching views happens multiple ways. In some instances, it's automatic (clicki - `[SPACE]` : Toggle between linear view and graph view - `g` : Go To Address dialog - `n` : Name a symbol - - `u` : Undefine a symbol + - `u` : Undefine an existing symbol (only for removing new user-defined names) - `e` : Edits an instruction (by modifying the original binary -- currently only enabled for x86, and x64) - `x` : Focuses the cross-reference pane - `;` : Adds a comment |
