diff --git a/cmd/robots2policy/main.go b/cmd/robots2policy/main.go index 2c08d587..3e76d398 100644 --- a/cmd/robots2policy/main.go +++ b/cmd/robots2policy/main.go @@ -131,7 +131,7 @@ Examples: robots2policy -input robots.txt -output policy.yaml # Convert from URL - robots2policy -input https://sourceware.org/robots.txt -format json + robots2policy -input https://example.com/robots.txt -format json # Read from stdin, write to stdout curl https://example.com/robots.txt | robots2policy -input - -format yaml