diff options
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 0bac090..aee61ee 100644 --- a/doc/execline.html +++ b/doc/execline.html @@ -37,7 +37,7 @@ execline binary. <p> execline will run the <em>subcommand</em> will its arguments. For instance, <tt>execline cd / ls</tt> will run the equivalent of the -<a href="cd.html">program</a>, so this command will list the contents +<a href="cd.html">cd</a> program, so this command will list the contents of the <tt>/</tt> directory. </p> |