X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=dummy;h=43a7e697aa426054f9d2a51c67ea37d94f94f0cc;hp=4b0041c0dd038253ad42e53baa796022d35afdaf;hb=f988468cf61fa5f048b4fe281602521271b3293b;hpb=d4f18638c91d6601adf2f6e1392b0af8781cbf93 diff --git a/dummy b/dummy index 4b0041c..43a7e69 100755 --- a/dummy +++ b/dummy @@ -1,9 +1,9 @@ #! /usr/bin/env python """Dummy VFS for Midnight Commander. Just for a test.""" -__version__ = "1.0.2" +__version__ = "1.0.3" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -20,7 +20,7 @@ def error(msg): if len(sys.argv) < 2: error("""\ It is not a program - it is a dummy VFS for Midnight Commander. -Put it in /usr/lib/mc/extfs.""") +Put it in $HOME/.mc/extfs.d or /usr/lib/mc/extfs.""") def mcdummy_list():