From e2e4cc249dc1bd4b280846f55a36208674eadd55 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 19 Jun 2009 11:48:29 +0200 Subject: mount: support -i; pass through -f and -n to helpers as necessary function old new delta mount_it_now 298 345 +47 singlemount 776 772 -4 Signed-off-by: Colin Watson Signed-off-by: Denys Vlasenko --- include/usage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 0f6378e..c6006aa 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2901,6 +2901,9 @@ "\n -f Dry run" \ ) \ ) \ + IF_FEATURE_MOUNT_HELPERS( \ + "\n -i Don't run mount helper" \ + ) \ IF_FEATURE_MTAB_SUPPORT( \ "\n -n Don't update /etc/mtab" \ ) \ -- cgit v1.1