mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Fix typo in --help (#1309)
This commit is contained in:
parent
1ba1b756c9
commit
c9c6e7efc1
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ def parse_args(args=[]):
|
||||||
|
|
||||||
Examples: \n
|
Examples: \n
|
||||||
\t - Use a different editor for this jrnl entry, call: \n
|
\t - Use a different editor for this jrnl entry, call: \n
|
||||||
\t jrnl --config-override editor: "nano" \n
|
\t jrnl --config-override editor "nano" \n
|
||||||
\t - Override color selections\n
|
\t - Override color selections\n
|
||||||
\t jrnl --config-override colors.body blue --config-override colors.title green
|
\t jrnl --config-override colors.body blue --config-override colors.title green
|
||||||
""",
|
""",
|
||||||
|
|
Loading…
Add table
Reference in a new issue