aboutsummaryrefslogtreecommitdiff
path: root/scheme/dry-run.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scheme/dry-run.scm')
-rw-r--r--scheme/dry-run.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/scheme/dry-run.scm b/scheme/dry-run.scm
index a77f3d8..2cabc7d 100644
--- a/scheme/dry-run.scm
+++ b/scheme/dry-run.scm
@@ -2,3 +2,3 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2015 Sergey Poznyakoff
;; Idest is free software; you can redistribute it and/or modify
@@ -23,3 +23,6 @@
((< (length cmd) 3)
- (format (current-error-port) "usage: idest -S ~A SCRIPT FILE...~%"
+ (format (current-error-port) "usage: idest -S ~A SCRIPT FILE...
+
+Normally you don't need to run this program manually. Instead please
+use: idest --dry-run [SCRIPTING OPTIONS]~%"
progname)

Return to:

Send suggestions and report system problems to the System administrator.