Skip to content

Commit 7e8e8b0

Browse files
committed
Updated readme and upped version
1 parent 0afdd97 commit 7e8e8b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Arguments:
1919
Options:
2020
-u, --url-header=URL-HEADER Name of header in CSV file for URL [default: "url"]
2121
-b, --base-uri=BASE-URI Set the base URI to be prepended for relative URLs
22+
-a, --user-agent[=USER-AGENT] Set the user agent to be used for the requests
2223
-d, --delay=DELAY Delay between requests [default: 500]
2324
-f, --file-output[=FILE-OUTPUT] Write output to CSV file
24-
-t, --track-redirects Flag to track intermediate 301/302 status codes in output too
25-
25+
-t, --track-redirects Flag to track intermediate 301/302 status codes in output too
2626
```
2727

2828
#### Built by elgentos

src/Elgentos/HttpStatuscodeChecker/Console/CheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class CheckCommand extends Command
2828
/_/
2929
by elgentos';
3030

31-
public const VERSION = '1.0.0';
31+
public const VERSION = '1.1.0';
3232
protected InputInterface $input;
3333
protected OutputInterface $output;
3434
protected string $name = 'check';

0 commit comments

Comments
 (0)