Skip to content

Commit

Permalink
fixed flag name in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
VTimofeenko committed Jan 9, 2021
1 parent 39356c5 commit 2125687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confluence_poster/page_location_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def determine_location(
while confirm(
f"Should the script look for a parent in space {page.page_space}?"
f" (N to be prompted to create the page in the space root)\n"
f"Hint: you can pass --create-in-root or --parent-page-title to skip this prompt."
f"Hint: you can pass --create-in-space-root or --parent-page-title to skip this prompt."
):
parent_title = _prompt_for_parent(state)
if parent_id := _find_parent(
Expand Down

0 comments on commit 2125687

Please sign in to comment.