From 5aed754c7897181fba8908fb73baedaabebb76db Mon Sep 17 00:00:00 2001 From: Jason King Date: Wed, 26 Feb 2014 15:49:40 -0800 Subject: [PATCH 1/2] Update say.md Added **my** most commonly used command (and one of the least obvious in the man page). --- osx/say.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osx/say.md b/osx/say.md index 936be5d670..8c50311d78 100644 --- a/osx/say.md +++ b/osx/say.md @@ -13,3 +13,7 @@ - Create an AAC compressed audio file with the spoken text `say -o {{filename.m4a}} "Everyone loves iTunes"` + +- List the available voices + +`say -v ?` From 9df6f4cb0c640dad71fc850ffb5d5c64ea4f6d17 Mon Sep 17 00:00:00 2001 From: Jason King Date: Thu, 27 Feb 2014 07:39:25 -0800 Subject: [PATCH 2/2] Update say.md Quotes for shells that treat `?` fancy-like --- osx/say.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/say.md b/osx/say.md index 8c50311d78..cc5b02faa0 100644 --- a/osx/say.md +++ b/osx/say.md @@ -16,4 +16,4 @@ - List the available voices -`say -v ?` +`say -v '?'`