From 3df272fbdea4e39953c25f5de7ebb43c905b7d09 Mon Sep 17 00:00:00 2001 From: CodeChenL <2540735020@qq.com> Date: Fri, 19 Apr 2024 08:04:04 +0000 Subject: [PATCH] fix: update rsdk-build help text --- src/libexec/rsdk/rsdk-help | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/libexec/rsdk/rsdk-help b/src/libexec/rsdk/rsdk-help index 5445ef9..9afd831 100755 --- a/src/libexec/rsdk/rsdk-help +++ b/src/libexec/rsdk/rsdk-help @@ -17,31 +17,31 @@ rsdk-${FUNCNAME[0]##rsdk-help-} ## Command usage -$ rsdk build [product] + $ rsdk build [product] ## Options ---no-cache - Do not use cached build artifacts. This will result in rootfs rebuild. ---no-efi - Do not create EFI partition in the generated image. --d | --debug - Enable debug output. This will also build rootfs into a folder for easier - examination. --T | --test-repo - Build using Radxa APT test archives. --m | --mirror [mirror_url] - Specify custom Debian / Ubuntu archive mirror URL. --M [mirror_url] - Specify custom non-Debian non-Ubuntu archive mirror URL. This mirror should - serve both Radxa archives as well as any other 3rd party archives. - - The following archives will use this mirror: -$(find "$SCRIPT_DIR/../../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n") --i | --image-name [image_name] - Set the system image name. (Default: $("$SCRIPT_DIR/../../bin/rsdk" config build.default_image_name)) --h | --help - Show this message. + --no-cache + Do not use cached build artifacts. This will result in rootfs rebuild. + --no-efi + Do not create EFI partition in the generated image. + -d | --debug + Enable debug output. This will also build rootfs into a folder for easier + examination. + -T | --test-repo + Build using Radxa APT test archives. + -m | --mirror [mirror_url] + Specify custom Debian / Ubuntu archive mirror URL. + -M [mirror_url] + Specify custom non-Debian non-Ubuntu archive mirror URL. This mirror should + serve both Radxa archives as well as any other 3rd party archives. + + The following archives will use this mirror: +$(find "$SCRIPT_DIR/../../../externals/keyrings/" -maxdepth 1 -mindepth 1 -type d ! -name debian -a ! -name ubuntu -printf " %f\n") + -i | --image-name [image_name] + Set the system image name. (Default: $("$SCRIPT_DIR/../../bin/rsdk" config build.default_image_name)) + -h | --help + Show this message. EOF }