diff options
author | Leo Vivier <zaeph@zaeph.net> | 2021-11-09 22:32:11 +0100 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2021-11-09 22:32:11 +0100 |
commit | 2f86a6ad100d434efd7af41a86fc4b5fdadeb1af (patch) | |
tree | f8884ee5c2b35ea6eb7db0269f59d4f0203f4669 /2021 | |
parent | 1e6aec2896ddae2d46293cc33f9b4350908d7206 (diff) | |
download | emacsconf-wiki-2f86a6ad100d434efd7af41a86fc4b5fdadeb1af.tar.xz emacsconf-wiki-2f86a6ad100d434efd7af41a86fc4b5fdadeb1af.zip |
Clarify language
Diffstat (limited to '2021')
-rw-r--r-- | 2021/prepare.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/prepare.md b/2021/prepare.md index 1f33e6ef..781d55ca 100644 --- a/2021/prepare.md +++ b/2021/prepare.md @@ -60,7 +60,7 @@ You can also use a command-line interface with `ftp`: $ ftp ftp-upload.emacsconf.org 21 > anonymous > cd upload-here -> send /your/local/path/to/the/recording.ext recording.ext # Don't forget the 2nd arg! +> send /local/path/to/file.ext file.ext # Don't forget the 2nd arg! # Ctrl-D to exit ``` |