Skip to content

Commit

Permalink
chore: update option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Feb 24, 2025
1 parent d97f2ac commit b29d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mockotlpserver/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const OPTIONS = [
{
names: ['tunnel', 't'],
type: 'string',
help: `Set this option to a URL to send all HTTP requests to another server. This won't stop the processing of OTLP data.`,
help: `Set this option to a URL to send all requests to another server (only HTTP supported for now). This won't stop the processing of OTLP data.`,
},
];

Expand Down

0 comments on commit b29d913

Please sign in to comment.