summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2005-10-27 14:43:27 +0000
committerPablo Saratxaga <pablo@mandriva.com>2005-10-27 14:43:27 +0000
commite972c3217dbf4e05a799a8eff568e0b469793f07 (patch)
treee923bb334e2e67111f32d0c39182ca259ac0f43c /urpmf
parentac5aa873b4120d9afd9d0756dd54f99bdef2abda (diff)
downloadurpmi-e972c3217dbf4e05a799a8eff568e0b469793f07.tar
urpmi-e972c3217dbf4e05a799a8eff568e0b469793f07.tar.gz
urpmi-e972c3217dbf4e05a799a8eff568e0b469793f07.tar.bz2
urpmi-e972c3217dbf4e05a799a8eff568e0b469793f07.tar.xz
urpmi-e972c3217dbf4e05a799a8eff568e0b469793f07.zip
small changes to translatable strings, to avoid duplication
and to reuse existing translations when possible
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf40
1 files changed, 20 insertions, 20 deletions
diff --git a/urpmf b/urpmf
index 396a0256..8ef70ca2 100755
--- a/urpmf
+++ b/urpmf
@@ -30,26 +30,26 @@ This is free software and may be redistributed under the terms of the GNU GPL.
usage: urpmf [options] pattern-expression
", $urpm::VERSION)
- . N(" --help - print this help message
-") . N(" --version - print this tool's version number
-") . N(" --env - use specific environment (typically a bug report)
-") . N(" --excludemedia - do not use the given media, separated by comma
-") . N(" --literal, -l - don't match patterns, use argument as a literal string
-") . N(" --media - use only the given media, separated by comma
-") . N(" --sortmedia - sort media according to substrings separated by comma
-") . N(" --synthesis - use this synthesis instead of urpmi db
-") . N(" --uniq - do not print identical lines twice
-") . N(" --update - use only update media
-") . N(" --verbose - verbose mode
-") . N(" -i - ignore case distinctions in patterns
-") . N(" -F<str> - change field separator (defaults to ':')
+ . N(" --help - print this help message.
+") . N(" --version - print this tool's version number.
+") . N(" --env - use specific environment (typically a bug report).
+") . N(" --excludemedia - do not use the given media, separated by comma.
+") . N(" --literal, -l - don't match patterns, use argument as a literal string.
+") . N(" --media - use only the given media, separated by comma.
+") . N(" --sortmedia - sort media according to substrings separated by comma.
+") . N(" --synthesis - use the given synthesis instead of urpmi db.
+") . N(" --uniq - do not print identical lines twice.
+") . N(" --update - use only update media.
+") . N(" --verbose - verbose mode.
+") . N(" -i - ignore case distinctions in patterns.
+") . N(" -F<str> - change field separator (defaults to ':').
") . N("Pattern expressions:
-") . N(" text - any text is parsed as a regexp, unless -l is used
-") . N(" -e - include perl code directly as perl -e
-") . N(" -a - binary AND operator
-") . N(" -o - binary OR operator
-") . N(" ! - unary NOT
-") . N(" ( ) - left and right parentheses
+") . N(" text - any text is parsed as a regexp, unless -l is used.
+") . N(" -e - include perl code directly as perl -e.
+") . N(" -a - binary AND operator.
+") . N(" -o - binary OR operator.
+") . N(" ! - unary NOT.
+") . N(" ( ) - left and right parentheses.
") . N("List of tags:
") . N(" --qf - specify a printf-like output format
") . N(" example: '%%name:%%files'
@@ -75,7 +75,7 @@ usage: urpmf [options] pattern-expression
") . N(" --url - url
") . N(" --vendor - vendor
") . N(" -m - the media in which the package was found
-") . N(" -f - print version, release and arch with name
+") . N(" -f - print version, release and arch with name.
");
exit(0);
}