Skip to content

Commit 39c5983

Browse files
authored
Render -- properly in profiling docs (apache#17430)
1 parent 32234af commit 39c5983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/library-user-guide/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Ensure that you're in the directory containing the necessary data files for your
4848

4949
### Step 3: Running the Flamegraph Tool
5050

51-
To generate a flamegraph, you'll need to use the -- separator to pass arguments to the binary you're profiling. For datafusion-cli, you need to make sure to run the command with sudo permissions (especially on macOS, where DTrace requires elevated privileges).
51+
To generate a flamegraph, you'll need to use the `--` separator to pass arguments to the binary you're profiling. For datafusion-cli, you need to make sure to run the command with sudo permissions (especially on macOS, where DTrace requires elevated privileges).
5252

5353
Here is a general example:
5454

0 commit comments

Comments
 (0)