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

@@ -9,16 +9,16 @@
- Record the terminal and create a recording file:
`terminalizer record {{file_name}}`
`terminalizer record {{filename}}`
- Play a recorded file on the terminal:
`terminalizer play {{file_name}}`
`terminalizer play {{filename}}`
- Render a recording file as an animated gif image:
`terminalizer render {{file_name}}`
`terminalizer render {{filename}}`
- Upload a video to terminalizer.com:
`terminalizer share {{file_name}}`
`terminalizer share {{filename}}`