diff --git a/src/commands/discover.ts b/src/commands/discover.ts index 91a6a3a..aa221a3 100644 --- a/src/commands/discover.ts +++ b/src/commands/discover.ts @@ -10,14 +10,10 @@ export function registerDiscoverCommand(program: Command) { "All are payable in sats with the fetch command.", ) .option("-q, --query ", "Search query") - .option( - "-p, --protocol ", - "Filter by protocol (L402, x402, MPP)", - ) + .option("-p, --protocol ", "Filter by protocol (L402, x402, MPP)") .option( "--health ", "Filter by health (healthy, degraded, down, unknown)", - "healthy", ) .option( "-s, --sort ",