From 535ef6a2f93488dcaa6f5c0f8f9603b2d20e17ce Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 23 Sep 1996 17:16:55 +0000 Subject: (std_runtime_options): Change --remount to --update (keep --remount as a deprecated alias). : New include. --- libdiskfs/opts-std-runtime.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libdiskfs/opts-std-runtime.c') diff --git a/libdiskfs/opts-std-runtime.c b/libdiskfs/opts-std-runtime.c index 9a3ee80a..2de309bc 100644 --- a/libdiskfs/opts-std-runtime.c +++ b/libdiskfs/opts-std-runtime.c @@ -18,12 +18,15 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include + #include "priv.h" static const struct argp_option std_runtime_options[] = { - {"remount", 'u', 0, 0, "Flush any meta-data cached in core"}, + {"update", 'u', 0, 0, "Flush any meta-data cached in core"}, + {"remount", 0, 0, OPTION_HIDDEN | OPTION_ALIAS}, /* deprecated */ {0, 0} }; -- cgit v1.2.3