summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2017-07-31 15:39:19 +0530
committerAndreas Schneider <asn@cryptomilk.org>2017-08-07 15:20:04 +0200
commit90487259e365d5b966ccc47ac51eadb4733f3197 (patch)
treed0fd9752b2f8ac1c74900ed2d23878b32d12d59d /source3/client
parentd51d4c94585f12cd1a0f3262ee47a52403c96696 (diff)
downloadsamba-90487259e365d5b966ccc47ac51eadb4733f3197.tar.gz
source3/client: Fix typo in help message displayed by default
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12936 Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index d8c96e68190..83d9b9d8342 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -5706,7 +5706,7 @@ static int process_stdin(void)
{
int rc = 0;
- d_printf("Try \"help\" do get a list of possible commands.\n");
+ d_printf("Try \"help\" to get a list of possible commands.\n");
while (!finished) {
TALLOC_CTX *frame = talloc_stackframe();