X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fidentity%2Fgnunet-identity.c;h=0c3f9fead280e0ec3a8d6a9d4460d65ab6398f41;hb=5bb2565bab0b8fa8cac263b9fb70edf3ae2278d9;hp=5c457ef5d53a4629b7c0a154856d37bf15025c91;hpb=5b085881ab278a85c3ef3a1d91c58a5724a4e430;p=oweals%2Fgnunet.git diff --git a/src/identity/gnunet-identity.c b/src/identity/gnunet-identity.c index 5c457ef5d..0c3f9fead 100644 --- a/src/identity/gnunet-identity.c +++ b/src/identity/gnunet-identity.c @@ -2,20 +2,18 @@ This file is part of GNUnet. Copyright (C) 2013 GNUnet e.V. - GNUnet is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 3, or (at your - option) any later version. + GNUnet is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . */ /** * @file identity/gnunet-identity.c @@ -350,35 +348,35 @@ int main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_STRING ('C', + GNUNET_GETOPT_option_string ('C', "create", "NAME", gettext_noop ("create ego NAME"), &create_ego), - GNUNET_GETOPT_OPTION_STRING ('D', + GNUNET_GETOPT_option_string ('D', "delete", "NAME", gettext_noop ("delete ego NAME "), &delete_ego), - GNUNET_GETOPT_OPTION_SET_ONE ('d', + GNUNET_GETOPT_option_flag ('d', "display", gettext_noop ("display all egos"), &list), - GNUNET_GETOPT_OPTION_STRING ('e', + GNUNET_GETOPT_option_string ('e', "ego", "NAME", gettext_noop ("set default identity to EGO for a subsystem SUBSYSTEM (use together with -s)"), &set_ego), - GNUNET_GETOPT_OPTION_SET_ONE ('m', + GNUNET_GETOPT_option_flag ('m', "monitor", gettext_noop ("run in monitor mode egos"), &monitor), - GNUNET_GETOPT_OPTION_STRING ('s', + GNUNET_GETOPT_option_string ('s', "set", "SUBSYSTEM", gettext_noop ("set default identity to EGO for a subsystem SUBSYSTEM (use together with -e)"),