diff options
author | hut <hut@lavabit.com> | 2009-07-21 02:21:44 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-21 02:21:44 +0200 |
commit | 0c1954f24f5ab60b1fa74790a6f04e7f91add69e (patch) | |
tree | 4742c2956b75ff33cf6c5379f4cca18baf2d5595 | |
parent | 2ed66adc4e0a1c1e19fffdf4042f741d358115ea (diff) | |
download | ranger-0c1954f24f5ab60b1fa74790a6f04e7f91add69e.tar.gz |
fixed comment
-rwxr-xr-x | ranger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger b/ranger index 6c961c92..e2073ba0 100755 --- a/ranger +++ b/ranger @@ -1,6 +1,6 @@ #!/usr/bin/ruby -Ku ##-------------------------------------------------- -# these lines allow the use of "source ranger" +# these lines allow the use of "source ranger ranger" # to change to the last directory after exiting ranger if false; then |