mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 13:07:46 +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…
Add table
Add a link
Reference in a new issue