diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-07-16 01:44:15 +0000 |
commit | 088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch) | |
tree | ddc50b4fb1ad4accbe5534d8dd06581da52554c4 /Completion/Unix/Command/_screen | |
parent | ec8418cf1c2143be758236a998f39c624e4080ab (diff) | |
download | zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip |
unposted: remove initial capitalisation from option descriptions
Diffstat (limited to 'Completion/Unix/Command/_screen')
-rw-r--r-- | Completion/Unix/Command/_screen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_screen b/Completion/Unix/Command/_screen index e50feca05..89ddc9a96 100644 --- a/Completion/Unix/Command/_screen +++ b/Completion/Unix/Command/_screen @@ -69,7 +69,7 @@ _arguments \ '(-)-v[print screen version]' \ '(-)-wipe[do nothing, clean up SockDir]' \ '-x[attach to a not detached screen. (Multi display mode).]' \ - '-X[Execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' + '-X[execute <cmd> as a screen command in the specified session.]:screencmd:(${scr_cmds[@]})' case $state in sessionname) |