Change all occurrences of file_name to filename (#4059)

This commit is contained in:
fejx
2020-05-22 14:31:24 +02:00
committed by GitHub
parent ff6e9c4694
commit 4e1662b729
14 changed files with 26 additions and 25 deletions

View File

@@ -4,12 +4,12 @@
- Create an empty file of 15 kilobytes:
`mkfile -n {{15k}} {{file_name}}`
`mkfile -n {{15k}} {{filename}}`
- Create a file of a given size and unit (bytes, KB, MB, GB):
`mkfile -n {{size}}{{b|k|m|g}} {{file_name}}`
`mkfile -n {{size}}{{b|k|m|g}} {{filename}}`
- Create two files of 4 megabytes each:
`mkfile -n {{4m}} {{first_file_name}} {{second_file_name}}`
`mkfile -n {{4m}} {{first_filename}} {{second_filename}}`