diff --git a/jrnl/args.py b/jrnl/args.py index b892f0bb..559c3c71 100644 --- a/jrnl/args.py +++ b/jrnl/args.py @@ -313,7 +313,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace: ) search_options_msg = ( - " " # Preserves indentation + " " # Preserves indentation """ These help you do various tasks with the selected entries from your search. If used on their own (with no search), they will act on your entire journal""" @@ -439,7 +439,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace: \t jrnl --config-file /home/user1/work_config.yaml \t - Use a personal config file stored on a thumb drive: \n \t jrnl --config-file /media/user1/my-thumb-drive/personal_config.yaml - """, # noqa E501 + """, # noqa E501 ) alternate_config.add_argument(