summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-12-23 10:27:30 +1300
committerGarming Sam <garming@samba.org>2016-12-22 22:42:22 +0100
commita18e115ffe7f30282636824f074b77dc746d7fa6 (patch)
tree5007f6401c7cdfbe704e1b033a7ae4f2ccd52e6c /lib
parentf7d249da4e79bb4f35b9b57b21f0f5e66380402d (diff)
downloadsamba-a18e115ffe7f30282636824f074b77dc746d7fa6.tar.gz
ldbdump: Parse the -i option
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/tools/ldbdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/tools/ldbdump.c b/lib/ldb/tools/ldbdump.c
index 33f853df4a8..c399b59eca4 100644
--- a/lib/ldb/tools/ldbdump.c
+++ b/lib/ldb/tools/ldbdump.c
@@ -200,7 +200,7 @@ static void usage( void)
exit(1);
}
- while ((c = getopt( argc, argv, "hd:ec")) != -1) {
+ while ((c = getopt( argc, argv, "hd:eic")) != -1) {
switch (c) {
case 'h':
usage();