Files
n/README.md
2018-12-20 10:55:42 +01:00

31 lines
744 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# n
A simple NTP client.
## Installation
Dont 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!