summaryrefslogtreecommitdiff
path: root/example.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'example.1.in')
-rw-r--r--example.1.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/example.1.in b/example.1.in
index d9228d2..dc3683f 100644
--- a/example.1.in
+++ b/example.1.in
@@ -18,7 +18,7 @@
example.py \- cliapp-based simplistic fgrep clone
.SH SYNOPSIS
.SH DESCRIPTION
-.B example.py'
+.B example.py
is an example program for
.BR cliapp ,
a Python framework for command line utilities.
@@ -27,4 +27,3 @@ a Python framework for command line utilities.
To find a pattern in a file:
.IP
python example.py --pattern=needle haystack.txt
-