From 553a60f0186b8073044b81111c08302dd117266c Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Fri, 29 Dec 2017 23:28:28 -0800
Subject: [PATCH] Update README for new config

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2d8cce7..a9f5631 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,4 @@ Copy `config-sample.json` to `config.json` and update the values.
 
 ## Use
 
-Set up a cron entry to run the program periodically, or manually call it when your IP address changes. The program accepts no arguments, as `config.json` handles everything.
+Set up a cron entry to run the program periodically, or manually call it when your IP address changes. The program accepts a single argument, `-config`, pointing to a `config.json` file that handles everything. A sample `config.json` is provided in the form of `config-sample.json`.
-- 
GitLab