From c738df26b22c1a837e108847ea24d013652a968f Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 12 Feb 1997 01:52:29 +0000 Subject: (options): Update to reflect some minor changes in the way argp works. --- utils/settrans.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'utils') diff --git a/utils/settrans.c b/utils/settrans.c index 13632d81..86e4ec99 100644 --- a/utils/settrans.c +++ b/utils/settrans.c @@ -1,6 +1,6 @@ /* Set a file's translator. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Written by Miles Bader @@ -40,9 +40,9 @@ char *argp_program_version = STANDARD_HURD_VERSION (settrans); static struct argp_option options[] = { - {"active", 'a', 0, 0, "Set NODE's active translator", 1}, - {"passive", 'p', 0, 0, "Set NODE's passive translator"}, - {"create", 'c', 0, 0, "Create NODE if it doesn't exist"}, + {"active", 'a', 0, 0, "Set NODE's active translator" }, + {"passive", 'p', 0, 0, "Set NODE's passive translator" }, + {"create", 'c', 0, 0, "Create NODE if it doesn't exist" }, {"dereference", 'L', 0, 0, "If a translator exists, put the new one on top"}, {"pause", 'P', 0, 0, "When starting an active translator, prompt and" " wait for a newline on stdin before completing the startup handshake"}, @@ -54,7 +54,7 @@ static struct argp_option options[] = {"goaway", 'g', 0, 0, "Make the active translator go away"}, {"keep-active", 'k', 0, 0, "Leave the existing active translator running"}, - {0,0,0,0, "When an active translator is told to go away:", 2}, + {0,0,0,0, "When an active translator is told to go away:"}, {"recursive", 'R', 0, 0, "Shutdown its children too"}, {"force", 'f', 0, 0, "If it doesn't want to die, force it"}, {"nosync", 'S', 0, 0, "Don't sync it before killing it"}, -- cgit v1.2.3