diff --git a/pages/common/seq.md b/pages/common/seq.md index 9b644934a6..fdcf746adb 100644 --- a/pages/common/seq.md +++ b/pages/common/seq.md @@ -16,4 +16,4 @@ - Format the output with (4 digit) zero padding: -`seq --format "%04g" 5 3 20` +`seq -f "%04g" 5 3 20`