From 1e2a99ecd3736b73d5fdcc6be73ef045fae31a80 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 11 Mar 2023 22:44:29 +0100 Subject: [PATCH] docs --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8238c1d..5a6625e 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,13 @@ That's all. Snapcontrol will now be called by the Windows scheduler. See "snapco ```dos C:\>snapcontrol.exe /? -usage: snapcontrol.exe [ /I | /V> | /D | /? ] +usage: snapcontrol.exe [ /S | /I | /V> | /D | /? ] + /S = silent mode (no user interaction!) /I = install/update scheduler job /V = show version /D = dry run /? = help ``` -Everytime you change the values in "BackupSched" or "BackupStart" you will have to call snapcontrol.exe with the /I switch. +*HINT:* Everytime you change the values in "BackupSched" or "BackupStart" you will have to call snapcontrol.exe with the /I switch.