From cabebd9f51449f88a492e3047cd5bc603f5c48c3 Mon Sep 17 00:00:00 2001 From: raichoo Date: Fri, 28 Jun 2013 13:07:56 +0200 Subject: [PATCH] Fix broken darcs completion --- share/completions/darcs.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/darcs.fish b/share/completions/darcs.fish index 65fc9179a..9a826da0f 100644 --- a/share/completions/darcs.fish +++ b/share/completions/darcs.fish @@ -41,7 +41,7 @@ complete -c darcs -n '__fish_use_subcommand' -x -a obliterate --description 'Del complete -c darcs -n '__fish_use_subcommand' -x -a rollback --description 'Record a new patch reversing some recorded changes' complete -c darcs -n '__fish_use_subcommand' -x -a push --description 'Copy and apply patches from this repository to another one' complete -c darcs -n '__fish_use_subcommand' -x -a send --description 'Send by email a bundle of one or more patches' -complete -c darcs -n '__fish_use_subcommand' -x -a apply --description 'Apply a patch bundle created by `darcs send'' +complete -c darcs -n '__fish_use_subcommand' -x -a apply --description 'Apply a patch bundle created by `darcs send\'' complete -c darcs -n '__fish_use_subcommand' -x -a get --description 'Create a local copy of a repository' complete -c darcs -n '__fish_use_subcommand' -x -a put --description 'Makes a copy of the repository' complete -c darcs -n '__fish_use_subcommand' -x -a initialize --description 'Make the current directory a repository'