Browse Source

* improved sde-config man page.

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@21673 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Minto van der Sluis 17 years ago
parent
commit
cb81350cb3
1 changed files with 19 additions and 12 deletions
  1. +19
    -12
      src/doc/man/sde-config.txt

+ 19
- 12
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
-----------

Loading…
Cancel
Save