Improve the documenting comment in a config adjustment script

pull/7144/head
Krzysztof Stachowiak 2018-06-06 15:33:28 +02:00
parent 9c6a85a6e9
commit 8c9a967ef2
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
#
# This file is part of mbed TLS (https://tls.mbed.org)
#
# Copyright (c) 2015-2018, ARM Limited, All Rights Reserved
# Copyright (c) 2018, ARM Limited, All Rights Reserved
#
# Purpose
#
# Comments and uncomments #define lines in the given configuration header file
# to configure the file for use in mbed OS.
#
# Usage: adjust-config.sh [path to config script] [path to no-entropy config file]
# Usage: adjust-no-entropy-config.sh [path to config script] [path to no-entropy config file]
#
set -eu