Skip to content

Commit

Permalink
soak-tester: correct cli arg docs for userEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored and alxndrsn committed Dec 13, 2022
1 parent 8e21629 commit 59b0467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soak-tester/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log.report = (...args) => true && _log('REPORT', ...args);

program
.option('-s, --server-url <serverUrl>', 'URL of ODK Central server', 'http://localhost:8989')
.option('-u, --user-email <serverUrl>', 'Email of central user', 'x@example.com')
.option('-u, --user-email <userEmail>', 'Email of central user', 'x@example.com')
.option('-P, --user-password <userPassword>', 'Password of central user', 'secret')
.option('-f, --form-path <formPath>', 'Path to form file (XML, XLS, XLSX etc.)', './250q-form.xml')
.option('-L, --log-directory <log-directory>', 'Log output directory (this should be an empty or non-existent directory)')
Expand Down

0 comments on commit 59b0467

Please sign in to comment.