From 6f9a0ecf236d5171dda08897af39ddcf0a92f007 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Mon, 12 May 2008 17:41:15 +0200
Subject: [PATCH] Clarify the difference between outdated and redundant
 snapshots.

---
 dss.ggo | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dss.ggo b/dss.ggo
index a6644ee..d843906 100644
--- a/dss.ggo
+++ b/dss.ggo
@@ -107,13 +107,14 @@ details="
 
 groupoption "prune" P
 #~~~~~~~~~~~~~~~~~~~~
-"Remove a redundant snapshot"
+"Remove redundant and outdated snapshots"
 group="command"
 details="
-	A snapshot is considered redundant if it ether belongs to
-	an interval greater than the maximum number of intervals,
-	or if it belongs to an interval that already contains more
-	than the desired number of snapshots.
+	A snapshot is considered outdated if it belongs to an interval
+	greater than the maximum number of intervals. It is said to be
+	redundant if it belongs to an interval that already contains
+	more than the desired number of snapshots. This command gets
+	rid of such snapshots.
 "
 
 groupoption "ls" L
-- 
2.39.5