X-Git-Url: https://git.sesse.net/?p=plocate;a=blobdiff_plain;f=conf.cpp;fp=conf.cpp;h=c52287ec47aa6e28e385009c55578f66af0afbce;hp=64d2678fdd8eb41167b955f56680c82c75a00b63;hb=eeacf2ed3cc1c6559506896410fd86d4f7f852e4;hpb=ca5b4e7df2bfa0049b1347fb89e6bbb31679fac7 diff --git a/conf.cpp b/conf.cpp index 64d2678..c52287e 100644 --- a/conf.cpp +++ b/conf.cpp @@ -323,7 +323,7 @@ eof: static void help(void) { - printf(_("Usage: updatedb [OPTION]...\n" + printf("Usage: updatedb [OPTION]...\n" "Update a plocate database.\n" "\n" " -f, --add-prunefs FS omit also FS (space-separated)\n" @@ -352,10 +352,10 @@ help(void) " -V, --version print version information\n" "\n" "The configuration defaults to values read from\n" - "`%s'.\n"), + "`%s'.\n", DBFILE, UPDATEDB_CONF); - printf(_("\n" - "Report bugs to %s.\n"), + printf("\n" + "Report bugs to %s.\n", PACKAGE_BUGREPORT); } @@ -489,11 +489,11 @@ parse_arguments(int argc, char *argv[]) case 'V': puts("updatedb (" PACKAGE_NAME ") " PACKAGE_VERSION); - puts(_("Copyright (C) 2007 Red Hat, Inc. All rights reserved.\n" - "This software is distributed under the GPL v.2.\n" - "\n" - "This program is provided with NO WARRANTY, to the extent " - "permitted by law.")); + puts("Copyright (C) 2007 Red Hat, Inc. All rights reserved.\n" + "This software is distributed under the GPL v.2.\n" + "\n" + "This program is provided with NO WARRANTY, to the extent " + "permitted by law."); exit(EXIT_SUCCESS); case 'e':