diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-12 16:54:16 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-12 16:54:16 +1300 |
commit | 0ffe47feffd366278f3da1a008d3210e625840d8 (patch) | |
tree | a4644c55445037b6a0df20f652cb173c6a5f8943 /man/man1/try.1 | |
parent | Add try(1) and maybe(1) (diff) | |
download | dotfiles-0ffe47feffd366278f3da1a008d3210e625840d8.tar.gz dotfiles-0ffe47feffd366278f3da1a008d3210e625840d8.zip |
Kill a stray quote
Diffstat (limited to 'man/man1/try.1')
-rw-r--r-- | man/man1/try.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/try.1 b/man/man1/try.1 index b21e69c3..482872fb 100644 --- a/man/man1/try.1 +++ b/man/man1/try.1 @@ -3,7 +3,7 @@ .B try \- attempt a command up to a certain number of times until it succeeds .SH USAGE -.B try [-hv] [-n ATTEMPTS] [--] COMMAND...' +.B try [-hv] [-n ATTEMPTS] [--] COMMAND... .SH DESCRIPTION Runs the given command up to a fixed number of times until it exits zero. If all attempts fail, writes buffered error output from all attempts to stderr. |