Explicitly mark comment lines in builtin sheets.

This commit is contained in:
Lars Yencken
2013-08-22 11:34:11 +10:00
parent f89d887c21
commit 8245d3f4ec
24 changed files with 86 additions and 86 deletions

View File

@ -1,5 +1,5 @@
To copy a file from your local machine to a remote server:
# To copy a file from your local machine to a remote server:
scp foo.txt user@example.com:remote/dir
To copy a file from a remote server to your local machine:
scp user@example.com:remote/dir/foo.txt local/dir
# To copy a file from a remote server to your local machine:
scp user@example.com:remote/dir/foo.txt local/dir