Update npc-gen.py
Updated the help description to correctly use domain name
This commit is contained in:
parent
49da84146e
commit
da1b21cbc6
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def select_campaign(generator):
|
|||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description="Generate random NPCs in a Kanka campaign.")
|
||||
parser.add_argument("--host", help="Set API base URL (e.g., https://kanka.example.com/api/1.0/)")
|
||||
parser.add_argument("--host", help="Set API base DOMAINNAME (e.g., kanka.example.com)")
|
||||
parser.add_argument("--campaign", help="Specify campaign name directly")
|
||||
parser.add_argument("--count", type=int, help="Number of NPCs to generate", default=None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue