X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fmyhost.c;h=76cf84477eb5edd568c52c40bf3d6199b30dfb1a;hp=eeb2e6925ca6d1f50e1e98011494c6c70cd9e1ce;hb=87b2f3c30bfb48b0ea80d6b921960536e97ba0d7;hpb=062e1036f07efd623e11b5bb194bcf2684dd7866 diff --git a/sources/myhost.c b/sources/myhost.c index eeb2e69..76cf844 100644 --- a/sources/myhost.c +++ b/sources/myhost.c @@ -1,4 +1,4 @@ -/* myhost.c +/* mygethost.c * * Copyright (C) 2004 Simone Piccardi * @@ -18,11 +18,11 @@ */ /***************************************************************************** * - * File myhost.c: An example host command + * File mygethost.c: An example host command * * Author: S. Piccardi Jul. 2004 * - * $Id: myhost.c,v 1.1 2004/07/03 22:53:13 piccardi Exp $ + * $Id$ * *****************************************************************************/ #include @@ -117,9 +117,9 @@ int main(int argc, char *argv[]) * routine to print usage info and exit */ void usage(void) { - printf("Program myhost: do an hostname resolution \n"); + printf("Program mygethost: do an hostname resolution \n"); printf("Usage:\n"); - printf(" myhost [-h] hostname \n"); - printf(" -h print this help\n"); + printf(" mygethost [-h] hostname \n"); + printf(" -h print this help\n"); exit(1); }