]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lftp/rc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:12:28 +0000 (02:12 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 30 Mar 2013 01:12:28 +0000 (02:12 +0100)
lftp/rc

diff --git a/lftp/rc b/lftp/rc
index 90ac4984b2138a9e233710f3e99c842a5cdd99cb..9fee20192ea1065228965c59115b0bfc77ae1049 100644 (file)
--- a/lftp/rc
+++ b/lftp/rc
@@ -39,7 +39,7 @@ set net:max-retries 1
 # are removed on the server.
 alias sync mirror --verbose --reverse --delete --dereference
 
-# Create "..", "..." and "...." commands to go up directory in the tree.
+# Create commands to go up directories.
 alias .. cd ..
 alias ... cd ../..
 alias .... cd ../../..