From 0ef39b11e5f14f1bbbdbb5fd4fc3ac3b52400149 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 9 Apr 2011 09:38:53 +0200 Subject: vfs_stdio descr update --- vfs_stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vfs_stdio.c') diff --git a/vfs_stdio.c b/vfs_stdio.c index a5570187..2f62aa72 100644 --- a/vfs_stdio.c +++ b/vfs_stdio.c @@ -119,7 +119,7 @@ static DB_vfs_t plugin = { .plugin.version_minor = 1, .plugin.type = DB_PLUGIN_VFS, .plugin.name = "stdio vfs", - .plugin.descr = "Standard IO plugin", + .plugin.descr = "Standard IO plugin\nUsed for reading normal local files\nIt is statically linked, so you can't delete it.", .plugin.copyright = "Copyright (C) 2009-2011 Alexey Yakovenko \n" "\n" -- cgit v1.2.3