summaryrefslogtreecommitdiff
path: root/source4/torture/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-16 14:41:37 +0200
committerGünther Deschner <gd@samba.org>2010-09-16 14:41:37 +0200
commit1250a6343560705423bcf5c9a25f6448e251e526 (patch)
tree41838d6006a2dd2e67ce0f3a753c84374bd96a64 /source4/torture/ndr
parentdfe25088ba8b1e6fdaf49ef88d2da07fd8f1d950 (diff)
downloadsamba-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/README2
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