diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-03-09 15:18:20 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-03-09 15:18:20 +0000 |
commit | f703e8dcaf7de182c88f427bece97658941857f7 (patch) | |
tree | fa3b433e3a74d9abb3fd63f8faa314fb7cc57dcc /doc | |
parent | caef85892cd91cdd713562567ab14cb29689f148 (diff) | |
download | execline-f703e8dcaf7de182c88f427bece97658941857f7.tar.xz |
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/execline.html | 2 |
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. |