From 00d53858e820f00ba015bc25629100c8e5495221 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 17 Feb 2020 22:57:15 -0800 Subject: [PATCH] add note about aliases not being supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2bc963a..8e03a7c6 100755 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ or ``` COMMAND | jc [OPTIONS] PARSER ``` -Alternatively, the "magic" syntax can be used by prepending `jc` to the command to be converted. Options can be passed to `jc` immediately before the command is given. +Alternatively, the "magic" syntax can be used by prepending `jc` to the command to be converted. Options can be passed to `jc` immediately before the command is given. (Note: command aliases are not supported) ``` jc [OPTIONS] COMMAND ```