From 708eeb6b0213a281f228f5fb6c5816007426bfcb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 23 Jan 2019 14:17:08 +0000 Subject: [PATCH] client spec: Add dashes in platform: specifier --- CLIENT_SPECIFICATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_SPECIFICATION.md b/CLIENT_SPECIFICATION.md index 253f06457c..b5f582f889 100644 --- a/CLIENT_SPECIFICATION.md +++ b/CLIENT_SPECIFICATION.md @@ -94,7 +94,7 @@ platform:page windows:type linux:sh osx:brew -common:git checkout +common:git-checkout ``` Example invocations are as follows: @@ -102,7 +102,7 @@ Example invocations are as follows: ```bash tldr windows:type # --foo is a custom argument, as described above -tldr --foo bar common:git merge +tldr --foo bar common:git-merge tldr linux:notify-send ```