From cb81350cb38040f635dba2f862ea9e3acdd3c8e4 Mon Sep 17 00:00:00 2001 From: Minto van der Sluis Date: Wed, 11 Jul 2007 17:36:09 +0000 Subject: [PATCH] * improved sde-config man page. git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21673 10447126-35f2-4685-b0cf-6dd780d3921f --- src/doc/man/sde-config.txt | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/doc/man/sde-config.txt b/src/doc/man/sde-config.txt index 2b1a066..84f882b 100644 --- a/src/doc/man/sde-config.txt +++ b/src/doc/man/sde-config.txt @@ -17,18 +17,18 @@ config, cfg:: (this is the default if none is given) system, sys:: - Allows to change global sde configuration + Allows to query or modify global sde configuration parameters. OPTIONS FOR 'CONFIG' DISCRIMINATOR ---------------------------------- --q, --oldconfig:: - Reconfigure an already existant config without interativity with - the user. +-n, --non-interactive:: + Reconfigures an existing config without the interactive + configuration application. --c, --cfg:: - Defines the id to use for a given 'config', the name 'default' is - used if this option is not given. +-c, --cfg name:: + Defines the name to be used for a given 'config', the name 'default' is + used if this option is not supplied. --nobashmod:: Don't use the bash config helper plugin @@ -36,19 +36,26 @@ OPTIONS FOR 'CONFIG' DISCRIMINATOR --profile:: Create a config.profile with profiling data +-q, --quiet:: + Feedback will be reduced to an absolute minimum. + +-v, --verbose:: + Feedback will be augmented with additional information. + OPTIONS FOR 'SYSTEM' DISCRIMINATOR ---------------------------------- --g, --get:: +-g, --get key:: returns the value of a specified 'section.key' --s, --set:: +-s, --set key=value:: sets the value of a specified 'section.key' --dump:: - dumps the content of the 'settings' file. + dumps the relevant content of the 'settings' file for the + current sde instance. ---name:: - dumps the full path to the 'settings' file in use. +--path:: + outputs the full path to the 'settings' file in use. DESCRIPTION -----------