mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
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:
commit
d02bd2f3a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue