diff options
-rwxr-xr-x | fusearchive.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fusearchive.py b/fusearchive.py index f18c7c7..d599370 100755 --- a/fusearchive.py +++ b/fusearchive.py @@ -1,10 +1,9 @@ #!/usr/bin/env python -# Copyright (C) 2001 Jeff Epler <jepler@unpythonic.dhs.org> -# Copyright (C) 2006 Csaba Henk <csaba.henk@creo.hu> +# FuseArchive: # Copyright (C) 2009 Steve Slaven <bpk@hoopajoo.net> # -# This program can be distributed under the terms of the GNU LGPL. +# This program can be distributed under the terms of the GNU GPL. # See the file COPYING. # @@ -37,7 +36,8 @@ if enable_stats: prof.close() usage = """ -Userspace nullfs-alike: mirror the filesystem tree from some point on. +Userspace filesystem that uses chunks to eliminate multiple copies of parts +of files for long term storage """ + fuse.Fuse.fusage |