summaryrefslogtreecommitdiff
path: root/utils/devprobe.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
committerMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
commit2e6c5408302b36b67b2e094d471145b44530d0ca (patch)
tree15098deed6476050a570efe54e7668d6680b88db /utils/devprobe.c
parenta3752e4edf20e4ea119de4389465e02f307fc3f6 (diff)
(doc): Add program description.
Diffstat (limited to 'utils/devprobe.c')
-rw-r--r--utils/devprobe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/devprobe.c b/utils/devprobe.c
index e29e1e32..a0f61733 100644
--- a/utils/devprobe.c
+++ b/utils/devprobe.c
@@ -33,7 +33,8 @@ static const struct argp_option options[] = {
{0}
};
static const char *args_doc = "DEVNAME...";
-static const char *doc = "The exit status is 0 if any devices were found.";
+static const char *doc = "Test for the existance of mach device DEVNAME..."
+ "\vThe exit status is 0 if any devices were found.";
int
main (int argc, char **argv)