Merge pull request #5000 from cakebaker/seq_remove_two_chars_in_md_file

seq: remove two chars in seq.md
This commit is contained in:
Daniel Hofstetter 2023-06-24 08:07:18 +02:00 committed by GitHub
commit d02bd2f3a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,5 +5,5 @@ Display numbers from FIRST to LAST, in steps of INCREMENT.
```
seq [OPTION]... LAST
seq [OPTION]... FIRST LAST
seq [OPTION]... FIRST INCREMENT LAST";
seq [OPTION]... FIRST INCREMENT LAST
```