diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2011-06-20 02:24:56 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2011-06-20 02:24:56 +0000 |
| commit | 67ef9605f12969b5eab407f83fb117867b15655f (patch) | |
| tree | 782622f6e2f43fcfd6e481ac6e8089dba4ce579a /Completion/Unix/Command/_unison | |
| parent | Luka Perkov: 29493: handle apvlv (diff) | |
| download | zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.gz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.bz2 zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.lz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.xz zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.zst zsh-67ef9605f12969b5eab407f83fb117867b15655f.zip | |
unposted: clean up completion descriptions as per Etc/completion-style-guide
Diffstat (limited to 'Completion/Unix/Command/_unison')
| -rw-r--r-- | Completion/Unix/Command/_unison | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_unison b/Completion/Unix/Command/_unison index bb8edd489..5725575c5 100644 --- a/Completion/Unix/Command/_unison +++ b/Completion/Unix/Command/_unison @@ -42,7 +42,7 @@ _arguments \ '-copythreshold[use copyprog on files bigger than this]:size (kb):' \ '-debug:debug module:(all verbose)' \ '-diff[command for showing differences between files]:program:_files -g "*(-x)"' \ - '-dontchmod[When set, never use the chmod system call]' \ + '-dontchmod[when set, never use the chmod system call]' \ '-dumbtty[do not change terminal settings in text UI]' \ '-fastcheck:fast update detection:(true false default)' \ '-forcepartial[add a pattern to the forcepartial list]:pattern:' \ @@ -63,7 +63,7 @@ _arguments \ '-mountpoint[abort if this path does not exist]:mountpoint:_files -/' \ '-numericids[dont map uid/gid values by user/group names]' \ '-preferpartial[add a pattern to the preferpartial list]:pattern:' \ - '-pretendwin[Use creation times for detecting updates]' \ + '-pretendwin[use creation times for detecting updates]' \ '-repeat[synchronize repeatedly (text interface only)]:repeat:' \ '-retry[re-try failed synchronizations N times (text ui only)]:retry times:' \ '-rootalias[register alias for canonical root names]:root alias:' \ |
