mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
poe format
This commit is contained in:
parent
edd61b3b34
commit
ece44c79a3
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ def parse_args(args: list[str] = []) -> argparse.Namespace:
|
||||||
)
|
)
|
||||||
|
|
||||||
search_options_msg = (
|
search_options_msg = (
|
||||||
" " # Preserves indentation
|
" " # Preserves indentation
|
||||||
"""
|
"""
|
||||||
These help you do various tasks with the selected entries from your search.
|
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"""
|
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 jrnl --config-file /home/user1/work_config.yaml
|
||||||
\t - Use a personal config file stored on a thumb drive: \n
|
\t - Use a personal config file stored on a thumb drive: \n
|
||||||
\t jrnl --config-file /media/user1/my-thumb-drive/personal_config.yaml
|
\t jrnl --config-file /media/user1/my-thumb-drive/personal_config.yaml
|
||||||
""", # noqa E501
|
""", # noqa E501
|
||||||
)
|
)
|
||||||
|
|
||||||
alternate_config.add_argument(
|
alternate_config.add_argument(
|
||||||
|
|
Loading…
Add table
Reference in a new issue