From e8aa39a810e43866a8cc978a038545949711f999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Sat, 17 Aug 2013 15:49:01 +0200 Subject: [PATCH] add missing closing bracket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- completion/ponysay-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/ponysay-tool b/completion/ponysay-tool index c8b26810..8fa3084a 100644 --- a/completion/ponysay-tool +++ b/completion/ponysay-tool @@ -20,7 +20,7 @@ (argumented (options --metadata) (complete --metadata) (arg PONYDIR) (files -d) (desc 'Generate pony metadata collection file for a directory')) - (argumented (options -b --browse) (complete --browse) (arg PONYDIR) (files -d) (desc 'Browse ponies in a directory') + (argumented (options -b --browse) (complete --browse) (arg PONYDIR) (files -d) (desc 'Browse ponies in a directory')) (argumented (options -r --restrict) (complete --restrict) (arg RESTRICTION) (suggest -r) (files -0) (desc 'Metadata based restriction for --browse'))