summaryrefslogtreecommitdiffstats
path: root/quilt/snapshot.in
diff options
context:
space:
mode:
Diffstat (limited to 'quilt/snapshot.in')
-rw-r--r--quilt/snapshot.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/quilt/snapshot.in b/quilt/snapshot.in
index fe16a14..2056267 100644
--- a/quilt/snapshot.in
+++ b/quilt/snapshot.in
@@ -19,16 +19,17 @@ fi
usage()
{
- echo $"Usage: quilt snapshot [-d]"
+ printf $"Usage: quilt snapshot [-d]\n"
if [ x$1 = x-h ]
then
- echo $"
+ printf $"
Take a snapshot of the current working state. After taking the snapshot,
the tree can be modified in the usual ways, including pushing and
popping patches. A diff against the tree at the moment of the
snapshot can be generated with \`quilt diff --snapshot'.
--d Only remove current snapshot."
+-d Only remove current snapshot.
+"
exit 0
else
exit 1