Fix a wrong usage message.
This commit is contained in:
parent
a5e3674d1e
commit
90a91e6ed1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import sys, os, getopt, shutil
|
|||
if __name__ == "__main__":
|
||||
def help():
|
||||
sys.stderr.write("""\
|
||||
Usage: macroscope {-h | wescamp-path campaign-name textdomain}
|
||||
Usage: wescamp_import {-h | wescamp-path campaign-name textdomain}
|
||||
Options may be any of these:
|
||||
-h, --help Emit this help message and quit
|
||||
Requires as first argument a path to a WesCamp checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue