From 15875924f096411eaaad751613dfe658be1e76ca Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 8 Jan 2014 18:14:03 -0600 Subject: [PATCH] dahdi_genconf: Add 'modules', 'spantypes', and 'assignedspans' to list of available generators. This is a documentation change, that hopefully will help until I can remember the names of the new generators. Signed-off-by: Shaun Ruffell Acked-by: Tzafrir Cohen --- xpp/dahdi_genconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xpp/dahdi_genconf b/xpp/dahdi_genconf index 891edf8..a4acfa8 100755 --- a/xpp/dahdi_genconf +++ b/xpp/dahdi_genconf @@ -141,7 +141,9 @@ as specified by the generator arguments. Each generator is a perl class in Dahdi::Config::Gen namespace. The generator names on the command line are the class names in lowercase. -The following generators are currently implemented: system, chandahdi, unicall, users. +The following generators are currently implemented: system, modules, spantypes, +assignedspans, chandahdi, unicall, users. + For further documentation on each, please user perldoc on the relevant class. E.g: C