diff --git a/README.md b/README.md index 89a324a..ba4d47a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Options: ("vs", "coop") --with-summary Include summary in the output --help Show this help message and exit + --nxapi-presence Extends monitoring mode to use Nintendo Switch presence from nxapi ``` 3. If it's your first time running this, follow the instructions to login to diff --git a/s3si.ts b/s3si.ts index 186c94e..f4d3620 100644 --- a/s3si.ts +++ b/s3si.ts @@ -15,7 +15,7 @@ const parseArgs = (args: string[]) => { "skipMode": ["s", "skip-mode"], "withSummary": "with-summary", "listMethod": "list-method", - "nxapiPresenceUrl": ["nxapi-presence-url", "nxapi-presence"] + "nxapiPresenceUrl": ["nxapi-presence"] }, }); return parsed; @@ -41,7 +41,7 @@ Options: ("vs", "coop") --with-summary Include summary in the output --help Show this help message and exit - --nxapi-presence-url Extends monitoring mode to use Nintendo Switch presence from nxapi`, + --nxapi-presence Extends monitoring mode to use Nintendo Switch presence from nxapi`, ); Deno.exit(0); }