diff options
author | Günther Deschner <gd@samba.org> | 2010-09-16 14:41:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-16 14:41:37 +0200 |
commit | 1250a6343560705423bcf5c9a25f6448e251e526 (patch) | |
tree | 41838d6006a2dd2e67ce0f3a753c84374bd96a64 /source4/torture/ndr | |
parent | dfe25088ba8b1e6fdaf49ef88d2da07fd8f1d950 (diff) | |
download | samba-1250a6343560705423bcf5c9a25f6448e251e526.tar.gz samba-1250a6343560705423bcf5c9a25f6448e251e526.tar.bz2 samba-1250a6343560705423bcf5c9a25f6448e251e526.zip |
s4-smbtorture: mention -v switch for hexdump imports into the NDR testsuites.
Guenther
Diffstat (limited to 'source4/torture/ndr')
-rw-r--r-- | source4/torture/ndr/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ndr/README b/source4/torture/ndr/README index d17d0b24ad..88123eae92 100644 --- a/source4/torture/ndr/README +++ b/source4/torture/ndr/README @@ -1,4 +1,4 @@ use - hexdump -e '12/1 "0x%02x, " "\n"' infile|outfile + hexdump -v -e '12/1 "0x%02x, " "\n"' infile|outfile to import ndr dumps |