diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2010-03-11 12:39:38 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2010-03-11 12:39:38 +0000 |
commit | ff22b24f1b413cb0f17fa49459b65b5539b666cc (patch) | |
tree | d2712659773f2b74e66ff7c126d33136bc32f6eb /Functions | |
parent | 00e507fc0eb53fb00f34e55cd89bef4cfffa8663 (diff) | |
download | zsh-ff22b24f1b413cb0f17fa49459b65b5539b666cc.tar.gz zsh-ff22b24f1b413cb0f17fa49459b65b5539b666cc.tar.xz zsh-ff22b24f1b413cb0f17fa49459b65b5539b666cc.zip |
Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation.
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/VCS_Info/vcs_info_printsys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info_printsys b/Functions/VCS_Info/vcs_info_printsys index d457f09c5..f29061463 100644 --- a/Functions/VCS_Info/vcs_info_printsys +++ b/Functions/VCS_Info/vcs_info_printsys @@ -37,7 +37,7 @@ done print -l '## flavours (cannot be used in the enable or disable styles; they' \ '## are enabled and disabled with their master [git-svn -> git])' \ - '## they *can* be used contexts: '\'':vcs_info:git-svn:*'\''.' + '## they *can* be used in contexts: '\'':vcs_info:git-svn:*'\''.' for sys in ${VCS_INFO_backends} ; do VCS_INFO_detect_${sys} --flavours |