diff options
author | Rob Landley <rob@landley.net> | 2014-03-28 22:55:30 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-03-28 22:55:30 -0500 |
commit | 4b0341f429fa7d384041b03b775b778fe4602149 (patch) | |
tree | c4db9211aaf53a60b20b66fa6fb1f2302eb9f6e2 | |
parent | 36aa7d7382f64695ef003e5616890188b9f1f61b (diff) | |
download | toybox-4b0341f429fa7d384041b03b775b778fe4602149.tar.gz |
Add help.html (make defconfig && help -ah > help.html) to index.
-rw-r--r-- | www/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/header.html b/www/header.html index 37ec81fd..2d0d5641 100644 --- a/www/header.html +++ b/www/header.html @@ -12,6 +12,7 @@ <a href="about.html">About</a><br> <a href="roadmap.html">Roadmap</a><br> <a href="status.html">Status</a><br> + <a href="help.html">Help</a><br> </li> <li>Why is it?<br> |