Skip to content

Commit

Permalink
GITBOOK-266: Add link to log file storage from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored and gitbook-bot committed Apr 11, 2024
1 parent 6cfbefc commit 973802d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions en/advanced/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ Locate `JabRef.bat`, for example: `JabRef-5.0-portable_windows\JabRef\runtime\bi
\
**Linux:**

`JabRef-5.0-portable_linux/JabRef/lib/runtime/bin/JabRef`. 
`JabRef-5.0-portable_linux/JabRef/lib/runtime/bin/JabRef`.

\
**macOS:**

`/Applications/JabRef.app/Contents/MacOS/JabRef`\

`/Applications/JabRef.app/Contents/MacOS/JabRef`\\

**Do not use `JabRef\JabRef.exe` or `bin/JabRef`**

Expand All @@ -33,9 +32,9 @@ C:\portable-apps\JabRef-5.0-portable_windows\JabRef\runtime\bin\JabRef.bat [OPTI

In some cases, you have to specify `--console` to ensure that output is written to the console.

You can always specify one or more Bib(la)TeX files to load by simply listing their filenames. \
You can always specify one or more Bib(la)TeX files to load by simply listing their filenames.\
Take care to specify all options before your list of file names.\
Ensure that the first file name is not misunderstood as being an argument for an option; this simply means that if a boolean option like `-n` or `-l` immediately precedes a file name, add the word `true` as an argument. \
Ensure that the first file name is not misunderstood as being an argument for an option; this simply means that if a boolean option like `-n` or `-l` immediately precedes a file name, add the word `true` as an argument.\
For instance, the command line will correctly load the file `original.bib`, export it in [docbook format](https://docbook.org/whatis) to `filetoexport.xml`, and suppress the GUI:

```cmd
Expand Down Expand Up @@ -225,7 +224,7 @@ Display the version number of JabRef.

### Debug mode: `--debug`

Show debug level messages.
Show debug level messages. The log files are stored in an internal file. See FAQs for [Windows](https://docs.jabref.org/faq/windows#q-where-can-i-find-jabrefs-log-files), [Linux](https://docs.jabref.org/faq/linux#where-can-i-find-jabrefs-log-files), [macOS ](https://docs.jabref.org/faq/osx#q-where-can-i-find-jabrefs-log-files)depending on your OS where to find it.

Check failure on line 227 in en/advanced/commandline.md

View workflow job for this annotation

GitHub Actions / lint

Spaces inside link text [Context: "[macOS ]"]

en/advanced/commandline.md:227:251 MD039/no-space-in-links Spaces inside link text [Context: "[macOS ]"]

### Display output in the console: `--console`

Expand Down

0 comments on commit 973802d

Please sign in to comment.