fixed help for fx-cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user