From ec2fdc19cf9358ae7ba09c528a5807b6b0760f9b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 11 Aug 2018 23:26:49 +0200 Subject: reverse mode: add --exclude option https://github.com/rfjakob/gocryptfs/issues/235 --- internal/exitcodes/exitcodes.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/exitcodes') diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index 3fbfdc6..b8173c7 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -68,6 +68,8 @@ const ( // TrezorError - an error was encountered while interacting with a Trezor // device TrezorError = 28 + // ExcludeError - an error occoured while processing "-exclude" + ExcludeError = 29 ) // Err wraps an error with an associated numeric exit code -- cgit v1.2.3