From 73d2de1f10719972e108c857e1f7e8b80a5a4e0d Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sat, 12 Jun 2004 01:32:02 +0000 Subject: - Fix another upgrade bug: The series file may optionally contain a strip level argument (-pN) which must be stripped off when determining the patch name. - A minor correction in the doumentation; some whitespace fixes. - Translation update. --- po/quilt.pot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po/quilt.pot') diff --git a/po/quilt.pot b/po/quilt.pot index a865ec7..edacf2f 100644 --- a/po/quilt.pot +++ b/po/quilt.pot @@ -13,7 +13,7 @@ msgid "" "\n" "--trace\n" "\tRuns the command in bash trace mode (-x). For internal debugging.\n" -"\t\n" +"\n" "--quiltrc file\n" "\tUse the specified configuration file instead of ~/.quiltrc. \n" "\tSee pdf documentation for details about its possible content." @@ -145,7 +145,7 @@ msgid "" "--diff=utility\n" "\tUse the specified utility for generating the diff. The utility\n" "\tis invoked with the original and new file name as arguments.\n" -"\t\n" +"\n" "--no-timestamps\n" "\tDo not include file timestamps in patch headers (as if\n" " QUILT_DIFF_NO_TIMESTAMPS were set to yes)." @@ -509,10 +509,10 @@ msgid "" "patch.\n" "\n" "-p n\tCreate a -p n style patch (-p0 or -p1 supported).\n" -"\t\n" +"\n" "-f\tForce refresh, even if more recent patches modify\n" "\tsome of the same files.\n" -"\t\n" +"\n" "--no-timestamps\n" "\tDo not include file timestamps in patch headers (as if\n" " QUILT_DIFF_NO_TIMESTAMPS were set to yes)." -- cgit