mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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;
|
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) {
|
while (!finished) {
|
||||||
TALLOC_CTX *frame = talloc_stackframe();
|
TALLOC_CTX *frame = talloc_stackframe();
|
||||||
|
@ -1434,11 +1434,11 @@ EOF
|
|||||||
return 1
|
return 1
|
||||||
fi
|
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=$?
|
ret=$?
|
||||||
if [ $ret -ne 0 ] ; then
|
if [ $ret -ne 0 ] ; then
|
||||||
echo "$out"
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user