Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Melyns authored Sep 1, 2023
1 parent c8d9907 commit 242d098
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ reddit-link-generator.exe N
Where N represents the number of links you want to generate.

# Modes:
Currently the program has four modes which can be called with a flag `-m` followed by mode number.
The script has four modes which can be called with a flag `-m` followed by mode number. By default, mode 1 is selected if the user doesn't explicitly use the `-m` flag.

- Mode 1: string with lower case charachters only. `-m1`
- Mode 2: string with one number at the beggining and rest is lower case charachters. `-m2`
- Mode 3: string with 10 or 11 at the beggining and rest is lower case charachters. `-m3`
- Mode 2: string with one number at the beggining, and rest is lower case charachters. `-m2`
- Mode 3: string with 10 or 11 at the beggining, and rest is lower case charachters. `-m3`
- Mode 4: string with numbers only. `-m4`

By default, mode 1 is selected if the user doesn't explicitly use the `-m` flag.

# Outputs:

```
Expand Down

0 comments on commit 242d098

Please sign in to comment.