Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fabian Mauchle
radsecproxy
Commits
2606ff02
Commit
2606ff02
authored
Apr 23, 2013
by
Linus Nordberg
Browse files
Fix a help string in radsecproxy-hash(1) (-h).
Spotted by Simon Lundström.
parent
d22a7952
Changes
1
Hide whitespace changes
Inline
Side-by-side
radsecproxy-hash.c
View file @
2606ff02
...
...
@@ -23,7 +23,7 @@ usage()
#endif
" -h
\t\t\t
display this help and exit
\n
"
" -k key
\t\t
use KEY for HMAC
\n
"
" -t type
\t\t
print digest of type TYPE [
mac
|hmac]
\n
"
);
" -t type
\t\t
print digest of type TYPE [
hash
|hmac]
\n
"
);
exit
(
1
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment