summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-01 17:59:54 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-01 17:59:54 -0400
commitd7fe0f0be0a7f9d67d7732f9f1234d7592602a32 (patch)
tree417fac5aa10c59bd5b5b2c0f307574a7db517460 /devtools
parent6c0b2ba769263ba80004e9fa7e6bcf298a30715d (diff)
downloadgpsd-d7fe0f0be0a7f9d67d7732f9f1234d7592602a32.tar.gz
Typo and documentation fixes.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/flockdriver6
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/flockdriver b/devtools/flockdriver
index 746471df..0e1ae2f6 100755
--- a/devtools/flockdriver
+++ b/devtools/flockdriver
@@ -2,7 +2,7 @@
#
# flockdriver - conduct regression tests as an argent for a remote flocktest
#
-# usage: flockdriver -d subdir
+# usage: flockdriver -d subdir [-m mailto]
#
# The -d argument must be a subdirectory name
# The -m option must be a valid address for notification mail.
@@ -16,7 +16,7 @@
#
# * make check, capturing the output
#
-# * Notify the #gpsd chabnnel of success or failyre via CIA
+# * Notify the project channel of success or failure via CIA
#
# * mail the output back to you if the test failed.
#
@@ -24,7 +24,7 @@
# Project-specific configuration
project=GPSD
origin="git://git.berlios.de/gpsd"
-generator="http://gpsd.berlios/de"
+generator="http://gpsd.berlios.de/flockdriver"
# No project-specific stuff below this line