From 4085fd62c1085e714300d4f417c2311e18e11959 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Wed, 9 Mar 2022 19:47:41 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b37f3b..f679be6 100644 --- a/README.md +++ b/README.md @@ -164,11 +164,12 @@ Running script with 1 thread(s), pid 1 and args: ["--help"]. Download the latest script updates from the repository using wget. -Usage: run update.js +Usage: run update.js [OPTIONS] [SKIP] run update.js --help - TARGET Target device to update, defaults to current machine + SKIP Skip updating self (for debugging) Options: - -h --help Display help message + -d --device Device to update, defaults to current machine + -h --help Display this help message ```