From 48c12a2ce04b8c08eea4f59213512eb0b2f95443 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 22 Sep 2014 01:27:33 +0200 Subject: [PATCH] s3:smbtorture: mention "-e" in the help text Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 987b23cbd54..04f90beec3a 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9715,6 +9715,7 @@ static void usage(void) printf("\t-s seed\n"); printf("\t-b unclist_filename specify multiple shares for multiple connections\n"); printf("\t-f filename filename to test\n"); + printf("\t-e encrypt\n"); printf("\n\n"); printf("tests are:"); -- 2.11.4.GIT