Fix typo in API tool usage.
(imported from commit 235eca10897b8f62bf2a7d8a7299b8b1f6906ec6)
This commit is contained in:
parent
ffd2f14df5
commit
4fb6a4ab7c
|
@ -3,7 +3,7 @@ import sys
|
||||||
import os
|
import os
|
||||||
import optparse
|
import optparse
|
||||||
|
|
||||||
usage = """print-message --user=<email address> [options]
|
usage = """print-messages --user=<email address> [options]
|
||||||
|
|
||||||
Prints out each message received by the indicated user.
|
Prints out each message received by the indicated user.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue