Skip to content

Commit 7a81803

Browse files
committed
Fixed indentation on Launching from CLI doc section
1 parent 0d1abf5 commit 7a81803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,9 +1033,9 @@ When you launch Binary Ninja from the command-line, you can control whether or n
10331033
* Running Binary Ninja from the command line will try to find a running instance of the same version in which to open any files or URLs passed on the command line, or activate the main window if no arguments are provided.
10341034
* For users whose workflow involves running Binary Ninja from a shell, just running `binaryninja` will try to activate a running instance, and if it does, return you to your shell. Otherwise it will launch a new instance of Binary Ninja.
10351035
* Running `binaryninja` with a file path (or paths), like `binaryninja /bin/ls /bin/cat`, will
1036-
1. Try to activate and focus existing tabs for those files in a running instance, or failing that,
1037-
2. Try to open those files in new tabs in a running instance, or failing that,
1038-
3. Open those files in a new instance of Binary Ninja.
1036+
1. Try to activate and focus existing tabs for those files in a running instance, or failing that,
1037+
2. Try to open those files in new tabs in a running instance, or failing that,
1038+
3. Open those files in a new instance of Binary Ninja.
10391039
* Passing the `-n` or `--new-instance` command line argument will cause a new Binary Ninja application to be launched and any files or URLs on the command line will be opened in the new instance.
10401040

10411041
## Debugger

0 commit comments

Comments
 (0)