Skip to content

Commit 18e161d

Browse files
authored
docs: fixed sentence in usage.md. (#329)
docs: fixed sentence in usage.md. - Fixed a sentence that ends abruptly in the Command Line vs Environment Variables note.
1 parent 2df938d commit 18e161d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To see available options, run `linux-mcp-server --help`.
2727
Options may be set using environment variables or command line options. Environment variables require a `LINUX_MCP_` prefix. For example `LINUX_MCP_LOG_LEVEL` is the same as `--log-level`.
2828

2929
!!! note "Command Line vs Environment Variables"
30-
Command line options take precedence over environment variables. For MCP client configurations (Claude Desktop, Cursor, etc.), you typically use environment variables in the config file rather than command line arguments but either will.
30+
Command line options take precedence over environment variables. For MCP client configurations (Claude Desktop, Cursor, etc.), you typically use environment variables in the config file rather than command line arguments but either will work.
3131

3232

3333
#### Available Options

0 commit comments

Comments
 (0)