Skip to content

Commit 95b9b0f

Browse files
authored
Fix create_sysroot_disk.sh (#2151)
Summary: Modify the parameters to keep them consistent. Relevant Issues: N/A Type of change: /kind chore Test Plan: N/A Signed-off-by: co63oc <co63oc@users.noreply.github.com>
1 parent 0442252 commit 95b9b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/test_runners/qemu_with_kernel/create_sysroot_disk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ SYSROOT=""
2424
EXTRAS=""
2525

2626
usage() {
27-
echo "Usage: $0 -o <output_disk> -s <sysroot tar.gz> -b <busybox> -e <src>:<dest>,<src2>:<dest2> -k <kernel_package>"
27+
echo "Usage: $0 -o <output_disk> -s <sysroot.tar.gz> -b <busybox> -e <src>:<dest>,<src2>:<dest2> -k <kernel_package>"
2828
echo " <output_disk> The generated ext2fs file system image as a qcow2 file"
2929
echo " <sysroot.tar.gz> The input sysroot to use for the disk"
3030
echo " <additional_files> Additional files that need to be written to the image"
31-
echo " <kernel package> The tar.gz package of kernel and header files."
31+
echo " <kernel_package> The tar.gz package of kernel and header files."
3232
exit 1
3333
}
3434

0 commit comments

Comments
 (0)