aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-13 02:47:56 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-13 02:47:56 -0400
commitcc023374b6dfded7f2bd15f222ca2d14a0a48835 (patch)
tree86b91e4239a1aec99191b5f861e9ef13b042f709
parentb18bef7a4a172d65b8f0af03801ce2f92daa3279 (diff)
downloadtabletext-cc023374b6dfded7f2bd15f222ca2d14a0a48835.tar.gz
Typo fix
-rw-r--r--tabletext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabletext.py b/tabletext.py
index 2d78f5c..59de8ab 100644
--- a/tabletext.py
+++ b/tabletext.py
@@ -90,7 +90,7 @@ def main():
with borders, writing the result to standard\
output.\
Each TAB separated line from FILE or standard\
- input will become one row of the output table.")
+ input will become one row in the output table.")
parser.add_argument("--hor", help="horizontal line character",
metavar="CHAR", default="─")
parser.add_argument("--ver", help="vertical line character",