fixed help for fx-cleanup

This commit is contained in:
Garry Boyer
2007-03-28 23:44:54 +00:00
parent 5d903d953f
commit cf06bc2e08
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ def shellquote(s):
if c in map.keys():
result += map[c]
changed = True
elif c.isalnum() or c == '/':
elif c.isalnum() or c in "/._-":
result += c
else:
result += c