summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-03-09 15:18:20 +0000
committerLaurent Bercot <ska@appnovation.com>2023-03-09 15:18:20 +0000
commitf703e8dcaf7de182c88f427bece97658941857f7 (patch)
treefa3b433e3a74d9abb3fd63f8faa314fb7cc57dcc
parentcaef85892cd91cdd713562567ab14cb29689f148 (diff)
downloadexecline-f703e8dcaf7de182c88f427bece97658941857f7.tar.xz
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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.