Skip to content

Commit 672e999

Browse files
committed
Add additional command that do not require a tracker home.
1 parent 72a2078 commit 672e999

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/admin_guide.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,12 +1310,13 @@ command line access to a tracker.
13101310

13111311
In general you should forget that there is a -u parameter.
13121312

1313-
All commands (except help) require a tracker specifier. This is just the
1314-
path to the roundup tracker you're working with. A roundup tracker is
1315-
where roundup keeps the database and configuration file that defines an
1316-
issue tracker. It may be thought of as the issue tracker's "home
1317-
directory". It may be specified in the environment variable
1318-
``TRACKER_HOME`` or on the command line as "``-i tracker``".
1313+
All commands (except help, genconfig, templates) require a tracker
1314+
specifier. This is just the path to the roundup tracker you're working
1315+
with. A roundup tracker is where roundup keeps the database and
1316+
configuration file that defines an issue tracker. It may be thought of
1317+
as the issue tracker's "home directory". It may be specified in the
1318+
environment variable ``TRACKER_HOME`` or on the command line as "``-i
1319+
tracker``".
13191320

13201321
A designator is a classname and an itemid concatenated, eg. bug1,
13211322
user10, ... Property values are represented as strings in command

0 commit comments

Comments
 (0)