summaryrefslogtreecommitdiffstats
path: root/disk/fuse/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'disk/fuse/PREPARE')
-rwxr-xr-xdisk/fuse/PREPARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk/fuse/PREPARE b/disk/fuse/PREPARE
index ce1b0d1f3b..5173cadf3c 100755
--- a/disk/fuse/PREPARE
+++ b/disk/fuse/PREPARE
@@ -1,7 +1,7 @@
-config_query CVS "Use CVS version?" n &&
+config_query CVS "Use git version?" n &&
if [ "$CVS" == "y" ]; then
config_query FUSE_CVS_AUTOUPDATE \
- "Update to the latest CVS automatically on every cast?" \
+ "Update to the latest git automatically on every cast?" \
n
fi