summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r--target/x86_64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index d2a39a4ff..e4e0c4d1d 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -79,7 +79,8 @@ endif
ifeq ($(ADK_TARGET_FS),usb)
targethelp:
@echo 'The root tarball is: ${FW_DIR}/${ROOTFSTARBALL}'
- @echo "To install everything to USB use scripts/install.sh"
+ @echo "To install everything to USB use:"
+ @echo "sudo ./scripts/install.sh -t /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)"
endif
ifeq ($(ADK_TARGET_FS),iso)
targethelp: