X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp;fp=obexftp;h=4cad7b9a68e4bcf8497b3480898731c7eec9f219;hp=76e35a13dd6828cf96cb48958aa326b9fc8b6529;hb=f988468cf61fa5f048b4fe281602521271b3293b;hpb=057c1b6d6fc654156d2080454034893c20f8cfc4 diff --git a/obexftp b/obexftp index 76e35a1..4cad7b9 100755 --- a/obexftp +++ b/obexftp @@ -64,9 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -93,8 +93,8 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. -For more information read the source!""", +This is not a program. Put the script in $HOME/.mc/extfs.d or +/usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ ) sys.exit(1)