mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
d51d4c9458
commit
90487259e3
@ -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();
|
||||
|
@ -1434,11 +1434,11 @@ EOF
|
||||
return 1
|
||||
fi
|
||||
|
||||
echo "$out" | grep 'Try "help" do get a list of possible commands.'
|
||||
echo "$out" | grep 'Try "help" to get a list of possible commands.'
|
||||
ret=$?
|
||||
if [ $ret -ne 0 ] ; then
|
||||
echo "$out"
|
||||
echo 'failed - should get: Try "help" do get a list of possible commands.'
|
||||
echo 'failed - should get: Try "help" to get a list of possible commands.'
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user