dss.ggo: Change "text" to "details".
authorAndre Noll <maan@systemlinux.org>
Sun, 16 Mar 2008 13:54:03 +0000 (14:54 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 16 Mar 2008 13:54:03 +0000 (14:54 +0100)
This instructs gengetopt to generate also the --detailed-help
option, which is nice.

dss.ggo

diff --git a/dss.ggo b/dss.ggo
index a126dec2b92c69811b5c0ebe2ea31cf33942c18a..fe44aad9e78e94d1fce3bc63584910e5072d125b 100644 (file)
--- a/dss.ggo
+++ b/dss.ggo
@@ -143,7 +143,7 @@ option "pre_create_hook" r
        default="/bin/true"
        optional
 
        default="/bin/true"
        optional
 
-text "
+details="
        Execute this command before trying to create a new snapshot
        If this command returns with a non-zero exit status, do not
        perform the backup. One possible application of this is to
        Execute this command before trying to create a new snapshot
        If this command returns with a non-zero exit status, do not
        perform the backup. One possible application of this is to
@@ -160,7 +160,7 @@ option "post_create_hook" o
        default="/bin/true"
        optional
 
        default="/bin/true"
        optional
 
-text "
+details="
        Execute this after a snapshot has successfully been created
        The return value on the command is ignored. For instance one
        could count the number of files per user and/or the disk
        Execute this after a snapshot has successfully been created
        The return value on the command is ignored. For instance one
        could count the number of files per user and/or the disk
@@ -175,7 +175,7 @@ option "creation_sleep" s
        default="60"
        optional
 
        default="60"
        optional
 
-text "
+details="
        The sleep interval for snapshot creation in minutes.
        The daemon will, in an endlees loop, create a snapshot and
        then sleep that many minutes.
        The sleep interval for snapshot creation in minutes.
        The daemon will, in an endlees loop, create a snapshot and
        then sleep that many minutes.
@@ -191,7 +191,7 @@ option "min_free" m
        default="50"
        optional
 
        default="50"
        optional
 
-text "
+details="
        If less that this many gigabytes of space is available,
        dss will start to remove snapshots (starting from the oldest
        snapshot) until the free disk space exeecds this value.
        If less that this many gigabytes of space is available,
        dss will start to remove snapshots (starting from the oldest
        snapshot) until the free disk space exeecds this value.