-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve help system #481
Improve help system #481
Conversation
A test is generating a protection fault when
|
The commit that added |
The makefile has a new command |
The makefile also has a new option nc -N 127.0.0.1 7777 <<< "screendump moros.ppm" The files can then be converted with: for img in *.ppm; do convert $img ${img%.*}.png; done |
-h
and--help
to all commands