diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-03-23 23:37:27 +0430 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-03-26 21:34:56 +0430 |
commit | 37073437c1fb6660e188805300ca0ef59696efca (patch) | |
tree | 450565167c7872c72bc1d757ef075a3291c88a9a /Base/usr/share/man/man1/truncate.md | |
parent | da12acfa786d78c2bb1a4a5ffe67e90c2e069712 (diff) | |
download | serenity-37073437c1fb6660e188805300ca0ef59696efca.zip |
Base: Regenerate automatically generated manpages
Diffstat (limited to 'Base/usr/share/man/man1/truncate.md')
-rw-r--r-- | Base/usr/share/man/man1/truncate.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/usr/share/man/man1/truncate.md b/Base/usr/share/man/man1/truncate.md index 7d5dd21fac..fa28dd2fe9 100644 --- a/Base/usr/share/man/man1/truncate.md +++ b/Base/usr/share/man/man1/truncate.md @@ -12,6 +12,7 @@ $ truncate [--size size] [--reference file] <file> * `--help`: Display help message and exit * `--version`: Print version +* `--complete`: Perform autocompletion * `-s size`, `--size size`: Resize the target file to (or by) this size. Prefix with + or - to expand or shrink the file, or a bare number to set the size exactly * `-r file`, `--reference file`: Resize the target file to match the size of this one |