diff options
Diffstat (limited to 'scripts/runqemu-ifdown')
-rwxr-xr-x | scripts/runqemu-ifdown | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/runqemu-ifdown b/scripts/runqemu-ifdown index 2486968588..a104c37bf8 100755 --- a/scripts/runqemu-ifdown +++ b/scripts/runqemu-ifdown | |||
@@ -13,18 +13,8 @@ | |||
13 | # | 13 | # |
14 | # Copyright (c) 2006-2011 Linux Foundation | 14 | # Copyright (c) 2006-2011 Linux Foundation |
15 | # | 15 | # |
16 | # This program is free software; you can redistribute it and/or modify | 16 | # SPDX-License-Identifier: GPL-2.0-only |
17 | # it under the terms of the GNU General Public License version 2 as | ||
18 | # published by the Free Software Foundation. | ||
19 | # | 17 | # |
20 | # This program is distributed in the hope that it will be useful, | ||
21 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
22 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
23 | # GNU General Public License for more details. | ||
24 | # | ||
25 | # You should have received a copy of the GNU General Public License along | ||
26 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
27 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
28 | 18 | ||
29 | usage() { | 19 | usage() { |
30 | echo "sudo $(basename $0) <tap-dev> <native-sysroot-basedir>" | 20 | echo "sudo $(basename $0) <tap-dev> <native-sysroot-basedir>" |