Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
9c495da6
Commit
9c495da6
authored
Oct 15, 2000
by
Niels Möller
Browse files
* src/sexp-conv.c (main_argp): Changed usage message to mention
fingerprinting. Still not very good. Rev: src/sexp-conv.c:1.3
parent
256cf653
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sexp-conv.c
View file @
9c495da6
...
...
@@ -367,7 +367,9 @@ main_argp_parser(int key, char *arg, struct argp_state *state)
static
const
struct
argp
main_argp
=
{
main_options
,
main_argp_parser
,
NULL
,
{
main_options
,
main_argp_parser
,
"Conversion: sexp-conv [options] <INPUT-SEXP >OUTPUT
\n
"
"Fingerprinting: sexp-conv --raw-hash [ --hash=ALGORITHM ] <PUBLIC-KEY"
,
"Reads an s-expression on stdin, and outputs the same "
"s-expression on stdout, possibly using a different "
"encoding. By default, output uses the advanced encoding. "
,
...
...
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