Skip to content

Commit a03bbb4

Browse files
flake8 fixed
1 parent 1d7c053 commit a03bbb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rp.last_name(num=6)
6060
### As Command Line Tool
6161

6262
```bash
63-
$ random-profile --help
63+
random-profile --help
6464
Usage: random-profile [OPTIONS]
6565

6666
usage: random_profile [-h] [-n N] [-f | -p | -l | -ip | -j]
@@ -76,11 +76,11 @@ optional arguments:
7676
```
7777

7878
```bash
79-
$ random-profile -n 10 -f # to get 10 full names
80-
$ random-profile -n 10 -p # to get 10 full profiles
81-
$ random-profile -n 10 -l # to get 10 last names
82-
$ random-profile -n 10 -ip # to get 10 ipv4 addresses
83-
$ random-profile -n 10 -j # to get 10 job titles
79+
random-profile -n 10 -f # to get 10 full names
80+
random-profile -n 10 -p # to get 10 full profiles
81+
random-profile -n 10 -l # to get 10 last names
82+
random-profile -n 10 -ip # to get 10 ipv4 addresses
83+
random-profile -n 10 -j # to get 10 job titles
8484
```
8585

8686

0 commit comments

Comments
 (0)