diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:18:46 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-04-20 20:18:46 +0400 |
commit | 567cc681a4e2fbceb26f8e0b54112bb2198b5292 (patch) | |
tree | 8318edf0793f083232cc3d61f12d0b92a74552ce /ndisasm.txt | |
parent | 24543963b462ccfb42b71506baf64929b84f1e31 (diff) | |
download | nasm-567cc681a4e2fbceb26f8e0b54112bb2198b5292.tar.gz nasm-567cc681a4e2fbceb26f8e0b54112bb2198b5292.tar.bz2 nasm-567cc681a4e2fbceb26f8e0b54112bb2198b5292.zip |
ndisasm: man -- Add missing -p option
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'ndisasm.txt')
-rw-r--r-- | ndisasm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndisasm.txt b/ndisasm.txt index 7e6105b..eaccfe4 100644 --- a/ndisasm.txt +++ b/ndisasm.txt @@ -11,7 +11,7 @@ ndisasm - the Netwide Disassembler, an 80x86 binary file disassembler SYNOPSIS -------- *ndisasm* [ *-o* origin ] [ *-s* sync-point [...]] [ *-a* | *-i* ] - [ *-b* bits ] [ *-u* ] [ *-e* hdrlen ] + [ *-b* bits ] [ *-u* ] [ *-e* hdrlen ] [ *-p* vendor ] [ *-k* offset,length [...]] infile DESCRIPTION |