Skip to content

Commit

Permalink
docs: made it clear that a profile needs to saved first before export…
Browse files Browse the repository at this point in the history
…ing (#61)
  • Loading branch information
Prayag2 committed Jan 30, 2023
1 parent f9e7e7a commit 8a74fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion konsave/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _get_parser() -> argparse.ArgumentParser:
"--export-profile",
required=False,
type=str,
help="Export a profile and share with your friends!",
help="Export an existing profile and share with your friends!",
metavar="<name>",
)
parser.add_argument(
Expand Down

0 comments on commit 8a74fd2

Please sign in to comment.