8000 Fix invocation for xmpp in README (#627) · devlance/python-docs-samples@0f9a2fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f9a2fd

Browse files
authored
Fix invocation for xmpp in README (GoogleCloudPlatform#627)
1 parent 21cac09 commit 0f9a2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/xmpp_wikibot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you do not have one, you can easily create an account at one of the many
6161
XMPP servers such as [xmpp.jp](http://xmpp.jp).
6262
Once you have an account, run the following command:
6363

64-
python wikibot.py '<YOUR XMPP USERNAME>' '<PASSWORD>'
64+
python wikibot.py -j '<YOUR XMPP USERNAME>' -p '<PASSWORD>'
6565

6666
Where the username (e.g., 'bob@xmpp.jp') and password for the account that
6767
you'd like to use for your chatbot are passed in as arguments.

0 commit comments

Comments
 (0)
0