Opened 14 years ago
Closed 14 years ago
#572 closed defect (fixed)
omindex man page does not explain BASEDIR usage
| Reported by: | Charles | Owned by: | Olly Betts |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.8 |
| Component: | Omega | Version: | 1.2.5 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Operating System: | All |
Description
On the omindex man page, BASEDIR appears in the SYNOPSIS but is not referenced on the reast of the man page
Change History (1)
comment:1 by , 14 years ago
| Milestone: | → 1.2.8 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is actually generated from the --help output, which I've improved here (and in a couple of other places) in trunk r16154 and backported for 1.2.8 in r16155. The man page now says:
NAME omindex - Index static website data via the filesystem SYNOPSIS omindex [OPTIONS] --db DATABASE [BASEDIR] DIRECTORY DESCRIPTION omindex - Index static website data via the filesystem DIRECTORY is the directory to start indexing from. BASEDIR is the directory corresponding to URL (default: DIRECTORY). [...]