summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/execline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/execline.html b/doc/execline.html
index aee61ee..25611d2 100644
--- a/doc/execline.html
+++ b/doc/execline.html
@@ -35,7 +35,7 @@ execline binary.
</pre>
<p>
- execline will run the <em>subcommand</em> will its arguments. For
+ execline will run the <em>subcommand</em> with its arguments. For
instance, <tt>execline cd / ls</tt> will run the equivalent of the
<a href="cd.html">cd</a> program, so this command will list the contents
of the <tt>/</tt> directory.