about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zftp/zfrglob4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Zftp/zfrglob b/Functions/Zftp/zfrglob
index ee460f9b1..1fb8d761a 100644
--- a/Functions/Zftp/zfrglob
+++ b/Functions/Zftp/zfrglob
@@ -9,7 +9,7 @@
 #      stick with a single directory.  This is the default.
 #  (2) Use remote globbing, i.e. pass it to ls at the site.
 #      Faster, but only works with UNIX, and only basic globbing.
-#      We do this if the remote_glob style (or $zfrglob for
+#      We do this if the remote-glob style (or $zfrglob for
 #      backward compatibility) is set.
 
 # There is only one argument, the variable containing the
@@ -21,7 +21,7 @@ setopt extendedglob
 
 local pat dir nondir files i zfrglob
 
-zstyle -t "$curcontext" remote_glob && zfrglob=1
+zstyle -t "$curcontext" remote-glob && zfrglob=1
 
 eval pat=\$$1