31 lines
744 B
Markdown
31 lines
744 B
Markdown
# n
|
||
|
||
A simple NTP client.
|
||
|
||
## Installation
|
||
|
||
Don’t use mine, because it will explode, launch missiles, and rain on your
|
||
porch.
|
||
|
||
If you still want to, `make install` will install this utility to
|
||
`/usr/local/bin`. You can change the installation directory by providing the
|
||
`PREFIX` option to `make install`.
|
||
|
||
## Usage
|
||
|
||
```
|
||
Usage: n [options]
|
||
Options:
|
||
-h HOST, --host=HOST NTP server to use
|
||
defaults to 'europe.pool.ntp.org'
|
||
-p PORT, --port=PORT NTP server port to use (must be numerical)
|
||
defaults to '123'
|
||
-f FORMAT, --format=FORMAT Date format string (passed to strftime)
|
||
defaults to standard of ctime
|
||
--help Display this message and exit
|
||
```
|
||
|
||
<hr/>
|
||
|
||
Have fun!
|