Skip to content

Commit b7f8ce3

Browse files
Update src/client.ts
Co-authored-by: Benoit Condaminet <[email protected]>
1 parent 9fb3cd0 commit b7f8ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async function runClient(
158158
}
159159

160160
// Parse command-line arguments and run the client
161-
parseCommandLineArgs(process.argv.slice(2), 'Usage: npx tsx client.ts <https://server-url> [callback-port] [--debug] [-no-log]')
161+
parseCommandLineArgs(process.argv.slice(2), 'Usage: npx tsx client.ts <https://server-url> [callback-port] [--debug] [--no-log]')
162162
.then(({ serverUrl, callbackPort, headers, transportStrategy, host, staticOAuthClientMetadata, staticOAuthClientInfo }) => {
163163
return runClient(serverUrl, callbackPort, headers, transportStrategy, host, staticOAuthClientMetadata, staticOAuthClientInfo)
164164
})

0 commit comments

Comments
 (0)