From a7a3c411fdb002452dea75db517a0402fcdd3223 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 15 Feb 2019 12:20:42 -0800 Subject: mountpoint: add missing synopsis. --- toys/other/mountpoint.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'toys/other/mountpoint.c') 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 -- cgit v1.2.3