diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2016-05-08 00:09:11 +0200 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2016-05-09 03:40:31 +0200 |
commit | afff99dbb5e721ac51c42610f06054389c8a3556 (patch) | |
tree | 47ba5081cefe01b3dbc1306938b528dad47b50d1 /Completion/Unix | |
parent | 98f670cf43b5ab4ee584487a385409c7c4f0c8c4 (diff) | |
download | zsh-afff99dbb5e721ac51c42610f06054389c8a3556.tar.gz zsh-afff99dbb5e721ac51c42610f06054389c8a3556.tar.xz zsh-afff99dbb5e721ac51c42610f06054389c8a3556.zip |
38422: _baudrate -> _baudrates
Oliver notes that helper functions usually have plural names by convention.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Type/_baudrates (renamed from Completion/Unix/Type/_baudrate) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Type/_baudrate b/Completion/Unix/Type/_baudrates index c16928444..9e87e7a38 100644 --- a/Completion/Unix/Type/_baudrate +++ b/Completion/Unix/Type/_baudrates @@ -2,7 +2,7 @@ # Offer a list of baud-rates. Usage: # -# _baudrate [OPTION(s)...] +# _baudrates [OPTION(s)...] # # Available options: # |