From: Zac Medico Date: Wed, 5 Mar 2008 09:23:51 +0000 (-0000) Subject: Update description to reflect the new meaning of the PATTERN argument. X-Git-Tag: v2.2_pre4~14 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7f7d01774ed505df7f0a176aa909baf2bb9bbb70;p=portage.git Update description to reflect the new meaning of the PATTERN argument. svn path=/main/trunk/; revision=9437 --- diff --git a/bin/filter-bash-environment.py b/bin/filter-bash-environment.py index c35bf11ff..39aa4059f 100755 --- a/bin/filter-bash-environment.py +++ b/bin/filter-bash-environment.py @@ -58,7 +58,8 @@ def filter_bash_environment(pattern, file_in, file_out): file_out.write(line) if __name__ == "__main__": - description = "Filter out any lines that match a given PATTERN " + \ + description = "Filter out variable assignments for varable " + \ + "names matching a given PATTERN " + \ "while leaving bash function definitions and here-documents " + \ "intact. The PATTERN should use python regular expression syntax" + \ " but [:digit:], [:space:] and " + \