--- ifp.c.orig 2005-08-20 23:26:03.000000000 +0000 +++ ifp.c 2005-08-20 23:27:23.000000000 +0000 @@ -43,8 +43,8 @@ if (strstr(argv[0],"/mc/extfs/")) is_mc = IS_MC; else is_mc = IS_IFP; - /* no command */ - if (argc < 2) { + /* no command, or help */ + if (argc < 2 || strstr(argv[1], "help") || !strcmp("-h", argv[1])) { help(argv[0]); return 0; }