Cleanups
This commit is contained in:
parent
58a73a552f
commit
9c3670db9b
9
.gitignore
vendored
9
.gitignore
vendored
@ -2,5 +2,10 @@
|
||||
*.o
|
||||
luksrku
|
||||
luksrku-config
|
||||
openssl-1.1.0.tar.gz
|
||||
openssl-1.1.0
|
||||
openssl-1.1.0a.tar.gz
|
||||
openssl-1.1.0a
|
||||
|
||||
client.bin
|
||||
client.txt
|
||||
server.bin
|
||||
server.txt
|
||||
|
@ -65,13 +65,13 @@ hpp.add([ "--max-bcast-errs=CNT" ], "This is the number of UDP broadcast attempt
|
||||
hpp.add([ "-v", "--verbose" ], "Increase logging verbosity.")
|
||||
for (index, line) in enumerate(hpp.format_params()):
|
||||
if index == 0:
|
||||
print("fprintf(stderr, \"%%s%s\\n\", pgmname);" % (line))
|
||||
print(" fprintf(stderr, \"%%s%s\\n\", pgmname);" % (line))
|
||||
else:
|
||||
print("fprintf(stderr, \" %s\\n\");" % (line))
|
||||
print("fprintf(stderr, \"\\n\");")
|
||||
print(" fprintf(stderr, \" %s\\n\");" % (line))
|
||||
print(" fprintf(stderr, \"\\n\");")
|
||||
for line in hpp.format_help():
|
||||
print("fprintf(stderr, \" %s\\n\");" % (line))
|
||||
print("fprintf(stderr, \"\\n\");")
|
||||
print(" fprintf(stderr, \" %s\\n\");" % (line))
|
||||
print(" fprintf(stderr, \"\\n\");")
|
||||
|
||||
|
||||
#examples = [
|
||||
|
Loading…
Reference in New Issue
Block a user