1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

seq: fix about text not found

This commit is contained in:
Terts Diepraam 2024-02-06 13:45:12 +01:00
parent c638ea9fb0
commit 64cb591e3b

View file

@ -1,9 +1,9 @@
# seq # seq
Display numbers from FIRST to LAST, in steps of INCREMENT.
``` ```
seq [OPTION]... LAST seq [OPTION]... LAST
seq [OPTION]... FIRST LAST seq [OPTION]... FIRST LAST
seq [OPTION]... FIRST INCREMENT LAST seq [OPTION]... FIRST INCREMENT LAST
``` ```
Display numbers from FIRST to LAST, in steps of INCREMENT.