From 3a540d3b3f4634d3824a0c73f5c8c9dfbc1b23f5 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 9 Dec 2022 09:18:31 +0530 Subject: [PATCH] style-guide: fix typo in Option syntax (#9603) --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 25d5259693..b8aa87b550 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -106,7 +106,7 @@ Example: ## Option syntax -- Use GNU-style **long options** (like `--help` rather than `-h`) when they are cross-platform compatible (available on multiple platforms where a command is intended to work among `android`, `linux`, `osx`, `sunos`, `windows`). +- Use GNU-style **long options** (like `--help` rather than `-h`) when they are cross-platform compatible (intended to work the same across multiple platforms). - In other cases use short options (like `-h`). ## Token syntax