1# gss.ggo --- Run gengetopt on this file to produce gss_cmd.*.       -*- sh -*-
2# Copyright (C) 2003-2014 Simon Josefsson
3#
4# This file is part of the Generic Security Service (GSS).
5#
6# GSS is free software; you can redistribute it and/or modify it under
7# the terms of the GNU General Public License as published by the Free
8# Software Foundation; either version 3 of the License, or (at your
9# option) any later version.
10#
11# GSS is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
14# License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with GSS; if not, see http://www.gnu.org/licenses or write to
18# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19# Boston, MA 02110-1301, USA.
20
21purpose "Command line interface to GSS, used to explain error codes."
22
23option "major" m "See gss.c for doc string" long no
24option "list-mechanisms" l "See gss.c for doc string" no
25option "accept-sec-context" a "See gss.c for doc string" argoptional string no
26option "init-sec-context" i "See gss.c for doc string" string no
27option "server-name" n "See gss.c for doc string" string no
28option "quiet" q "Silent operation" flag off
29