Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong doc on exit code #503

Closed
wants to merge 1 commit into from
Closed

Fix wrong doc on exit code #503

wants to merge 1 commit into from

Commits on Sep 5, 2020

  1. Fix wrong doc on exit code

    According to real world tests, the correct exit code here is 7, so I'm updating the man page to avoid confusion.
    
    See this session:
    
    ```bash
    [root@132973203c5d /]# gocryptfs -init root
    Invalid cipherdir: directory /root not empty
    [root@132973203c5d /]# echo $?
    7
    [root@132973203c5d /]# gocryptfs --version
    gocryptfs v1.8.0-Fedora-1.8.0-1.fc32; go-fuse 1.0.1; 2020-05-21 go1.14.2 linux/amd64
    ```
    yajo committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    ac1f0e0 View commit details
    Browse the repository at this point in the history