---
 toys/other/mountpoint.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
From 8f3b9d419d2f5f673fcc15fbcb3f2eb59e71f009 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <[email protected]>
Date: Fri, 15 Feb 2019 12:20:42 -0800
Subject: [PATCH] mountpoint: add missing synopsis.

---
 toys/other/mountpoint.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/toys/other/mountpoint.c b/toys/other/mountpoint.c
index 98e1d309..a97c600a 100644
--- a/toys/other/mountpoint.c
+++ b/toys/other/mountpoint.c
@@ -8,8 +8,10 @@ config MOUNTPOINT
   bool "mountpoint"
   default y
   help
-    usage: mountpoint [-q] [-d] directory
-           mountpoint [-q] [-x] device
+    usage: mountpoint [-qd] DIR
+           mountpoint [-qx] DEVICE
+
+    Check whether the directory or device is a mountpoint.
 
     -q	Be quiet, return zero if directory is a mountpoint
     -d	Print major/minor device number of the directory
-- 
2.21.0.rc0.258.g878e2cd30e-goog

_______________________________________________
Toybox mailing list
[email protected]
http://lists.landley.net/listinfo.cgi/toybox-landley.net

Reply via email to