about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
Diffstat (limited to 'Etc')
-rw-r--r--Etc/completion-style-guide3
1 files changed, 2 insertions, 1 deletions
diff --git a/Etc/completion-style-guide b/Etc/completion-style-guide
index b5de16f03..e91e92307 100644
--- a/Etc/completion-style-guide
+++ b/Etc/completion-style-guide
@@ -77,7 +77,8 @@ In most cases multiple versions (releases) of commands are not
 supported. The functions are merely updated to reflect the latest stable
 version. Exceptions to this can be made where are particular version
 continues to be commonly distributed. Where there is more than one variant
-of the same command however, the separate variants should be supported.
+of the same command however (e.g., the command takes different options
+different platforms), the separate variants should be supported.
 
 Contexts, tags and all that
 ---------------------------