aboutsummaryrefslogtreecommitdiffstats
path: root/pw.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-06-15 18:25:11 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-06-15 18:25:11 -0700
commit510b40212d0f6f80725a6e71ccb971cf21163b5a (patch)
treeda9113b34ccb18909f8666566f543ecfb333b4cc /pw.c
parentaeef6bb54b684846284df8b6883a60e7402a11f3 (diff)
downloadpw-510b40212d0f6f80725a6e71ccb971cf21163b5a.tar.gz
pw-510b40212d0f6f80725a6e71ccb971cf21163b5a.tar.bz2
pw-510b40212d0f6f80725a6e71ccb971cf21163b5a.zip
Typo in help text.
Diffstat (limited to 'pw.c')
-rw-r--r--pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw.c b/pw.c
index 549ab50..7f98136 100644
--- a/pw.c
+++ b/pw.c
@@ -311,7 +311,7 @@ static void usage(void)
"-E treat regular expressions as extended\n"
"-B treat regular expressions as basic (default)\n"
"-g [!]pattern add pattern to grep stack; ! inverts\n"
- "-m integer specify maixmum line length\n"
+ "-m integer specify maximum line length\n"
"-p values set display parameters\n"
"-e command execute : / ? command\n"
"-f file execute : / ? commands from file\n\n"