diff --git a/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh b/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh index 9aed179..f9633b7 100755 --- a/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh +++ b/Software/Development/OperatingSystem/Linux/RAMFS/uirfs.sh @@ -1,6 +1,6 @@ #!/bin/sh -# This tool is used to pack folder to initramfs or unpack initramfs to folder(arm64). See usage() for more information. +# This tool is used to pack folder to initramfs or unpack initramfs to folder(for arm64). See usage() for more information. # Depend: mkimage,dd,gzip usage()