X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/c5412a5f53e8887d37e6ade9de528e404279288a..46b48b43e0b666bcedaea0d65183687f540b9dfd:/chpwd diff --git a/chpwd b/chpwd index 0e0de39..2d6c75c 100755 --- a/chpwd +++ b/chpwd @@ -76,6 +76,9 @@ for short, long, props in [ 'default': ENV.get('CHPWD_CONFIG', OS.path.join(HOME, 'chpwd.conf')), 'help': 'read configuration from FILE.' }), + ('-i', '--ignore-policy', { + 'dest': 'ignpol', 'default': False, 'action': 'store_true', + 'help': 'ignore the operation policy (for administrators)' }), ('-s', '--ssl', { 'dest': 'sslp', 'action': 'store_true', 'help': 'pretend CGI connection is carried over SSL/TLS' }),