Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhampathak committed Apr 24, 2023
1 parent f907e83 commit 8053dd4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,13 @@ sudo ./akamai-config-checker -d example.com
sudo ./akamai-config-checker -l <path_to_list_file>
```

3. Use Backup flag `-b` to backup the existing hosts file. Please note that, if this flag is not provided, then the tool will automatically make a backup of the original hosts file with `hosts.bak` name only if the file with name `hosts.bak` is not already present in the hosts file directory.

The backup flag `-b` always generates a new backup file `hosts--<date_with_time>.bak` from the existing hosts file.
3. Use Backup flag `-b` to backup the existing hosts file. Please note that, if this flag is not provided, then the tool will automatically make a backup of the original hosts file with `hosts.bak` name only if the file with name `hosts.bak` is not already present in the hosts file directory.The backup flag `-b` always generates a new backup file `hosts--<date_with_time>.bak` from the existing hosts file.

``` bash
sudo ./akamai-config-checker -l <path_to_list_file> -b
```

3. Use `-e` environment flag `-e staging` if you want to test for staging or `-e production` if you want to test on production environment. If `-e` flag is not provided, then it will check for staging by default.
4. Use `-e` environment flag `-e staging` if you want to test for staging or `-e production` if you want to test on production environment. If `-e` flag is not provided, then it will check for staging by default.
``` bash
sudo ./akamai-config-checker -d example.com -e staging
```
Expand Down

0 comments on commit 8053dd4

Please sign in to comment.