We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tested on v0.10.2 The help message for the preauthkeys expire command does not include information about how to specify which key to expire:
# headscale preauthkeys -n testns expire --help Expire a preauthkey Usage: headscale preauthkeys expire [flags] Flags: -h, --help help for expire Global Flags: -n, --namespace string Namespace -o, --output string Output format. Empty for human-readable, 'json' or 'json-line'
Usage should probably be:
Usage: headscale preauthkeys expire KEY [flags]
The text was updated successfully, but these errors were encountered:
Improve help message to expire key (fixes #161)
0d13e16
Successfully merging a pull request may close this issue.
Tested on v0.10.2
The help message for the preauthkeys expire command does not include information about how to specify which key to expire:
Usage should probably be:
The text was updated successfully, but these errors were encountered: