File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ This CLI script will crawl a given url for any path that resolves within the giv
5
5
## Usage
6
6
7
7
```
8
- php crawl.php <url> <optional:output-dir>
8
+ php crawl.php <url> <optional:output-dir>
9
9
```
10
10
11
11
## Examples
12
12
13
13
```
14
- php crawl.php http://www.foo.com
14
+ php crawl.php http://www.foo.com
15
15
16
- php crawl.php http://www.foo.com ~/websites/foo.com
16
+ php crawl.php http://www.foo.com ~/websites/foo.com
17
17
18
- php crawl.php http://www.foo.com/some-sub-dir/
19
- # will only download files within /some-sub-dir
18
+ php crawl.php http://www.foo.com/some-sub-dir/
19
+ # will only download files within /some-sub-dir
20
20
```
21
21
22
22
## Tests
@@ -25,5 +25,5 @@ Selected tests can be run using the following:
25
25
Note: this has very little code coverage, only used for some basic functions.
26
26
27
27
```
28
- php test/test.php
28
+ php test/test.php
29
29
```
You can’t perform that action at this time.
0 commit comments