We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0442252 commit b81725fCopy full SHA for b81725f
1 file changed
bazel/test_runners/qemu_with_kernel/create_sysroot_disk.sh
@@ -24,11 +24,11 @@ SYSROOT=""
24
EXTRAS=""
25
26
usage() {
27
- echo "Usage: $0 -o <output_disk> -s <sysroot tar.gz> -b <busybox> -e <src>:<dest>,<src2>:<dest2> -k <kernel_package>"
+ echo "Usage: $0 -o <output_disk> -s <sysroot.tar.gz> -b <busybox> -e <src>:<dest>,<src2>:<dest2> -k <kernel_package>"
28
echo " <output_disk> The generated ext2fs file system image as a qcow2 file"
29
echo " <sysroot.tar.gz> The input sysroot to use for the disk"
30
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."
+ echo " <kernel_package> The tar.gz package of kernel and header files."
32
exit 1
33
}
34
0 commit comments