X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=78638d02c3aacd2616e484c76c23f9e7408c9416;hb=fc264a87a852ddb6a9d06cdc418680d02a0a74f3;hp=36956e36ea902cc1200372d916607bf3b3d97ab7;hpb=43ca8709c01671400dc00d6d0b5b7c3058aa7a5e;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 36956e3..78638d0 100644 --- a/src/tar.c +++ b/src/tar.c @@ -583,13 +583,13 @@ for complete list of authors.\n")); " the Free Software Foundation; either version 2 of the License, or\n" " (at your option) any later version.\n" "\n" - " GNU Mailutils is distributed in the hope that it will be useful,\n" + " GNU tar is distributed in the hope that it will be useful,\n" " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" " GNU General Public License for more details.\n" "\n" " You should have received a copy of the GNU General Public License\n" - " along with GNU Mailutils; if not, write to the Free Software\n" + " along with GNU tar; if not, write to the Free Software\n" " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n")); exit (0); } @@ -1268,7 +1268,7 @@ find_argp_option (struct argp_option *options, int letter) !(options->name == NULL && options->key == 0 && options->arg == 0 - && options->flags + && options->flags == 0 && options->doc == NULL); options++) if (options->key == letter) return options;