[examples/truncate] Fix comments.

This commit is contained in:
Lorenzo Cogotti 2022-12-15 20:11:56 +01:00
parent 9086bbd527
commit 4694eba54d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/env lua #!/bin/env lua
-- Stripped down version of util-linux coreutils(1). -- Stripped down version of coreutils truncate(1).
-- --
-- SYNOPSIS: -- SYNOPSIS:
-- truncate.lua <size> <file> -- truncate.lua <size> <file>