aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/man1/try.12
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.