mbedtls: Add missing -b in message
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 25 Nov 2016 10:57:33 +0000 (11:57 +0100)
committerPhil Coval <philippe.coval@osg.samsung.com>
Fri, 25 Nov 2016 20:15:50 +0000 (20:15 +0000)
Change-Id: I4b7c05a4b1daa4a2143d0e09c3e75e22e07799b5
Bug: https://jira.iotivity.org/browse/IOT-1600
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14795
Reviewed-by: Ziran Sun <ziran.sun@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Nivedita Singhvi <niveditasinghvi@gmail.com>
extlibs/mbedtls/SConscript

index 5794a44ab0856cecb52cab5352986d6a08ec2148..3301e2ad746881c437e868b60043a0b436654927 100644 (file)
@@ -37,7 +37,7 @@ if not os.path.exists(mbedtls_dir):
     print '''
 *********************************** Error: ****************************************
 * Please download mbedtls using the following command:                            *
-*     $ git clone https://github.com/ARMmbed/mbedtls.git extlibs/mbedtls/mbedtls %s
+*     $ git clone https://github.com/ARMmbed/mbedtls.git extlibs/mbedtls/mbedtls -b %s
 ***********************************************************************************
  ''' % mbedtls_revision
     Exit(1)