From acdc7d784b7c855c63409dfa755dd698a9e52ed7 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 13 Oct 2005 14:38:31 +0000 Subject: Add a --literal option to urpmf --- urpmf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpmf') diff --git a/urpmf b/urpmf index 96c892fc..b6dbaa3d 100755 --- a/urpmf +++ b/urpmf @@ -40,6 +40,7 @@ usage: ") . N(" --excludemedia - do not use the given media, separated by comma. ") . N(" --files - print tag files: all files. ") . N(" --group - print tag group: group. +") . N(" --literal - don't match patterns, but use argument as a literal string ") . N(" --media - use only the given media, separated by comma. ") . N(" --name - print only package names. ") . N(" --obsoletes - print tag obsoletes: all obsoletes. @@ -81,6 +82,7 @@ our $quiet; our $uniq = ''; our $pattern = ''; # regexp match flags ("i" or "") our $full = ''; # -f : print rpm fullname instead of rpm name +our $literal = 0; # should we quotemeta the pattern our $env; our (%params, %uniq); -- cgit v1.2.1