added --help hint
This commit is contained in:
parent
767f840530
commit
60a14f6791
|
@ -18,7 +18,6 @@ Contents
|
||||||
1. Compiling and installing
|
1. Compiling and installing
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
||||||
On how to compile and install, please read the file INSTALL. If you're
|
On how to compile and install, please read the file INSTALL. If you're
|
||||||
impatient, try:
|
impatient, try:
|
||||||
|
|
||||||
|
@ -28,6 +27,10 @@ make install
|
||||||
|
|
||||||
The executable built is src/darkice.
|
The executable built is src/darkice.
|
||||||
|
|
||||||
|
For command line syntax, try:
|
||||||
|
|
||||||
|
darkice --help
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2. Configuration file format
|
2. Configuration file format
|
||||||
|
|
Loading…
Reference in New Issue