1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 20:34:14 +01:00

Added get-wings-flags and get-wutil-flags

This commit is contained in:
dan
1999-12-14 05:31:49 +00:00
parent 87368574a3
commit b33d6351e5
6 changed files with 211 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
/*
* WINGs connect.c: example how to create a netwrok client using WMConnection
* WINGs connect.c: example how to create a network client using WMConnection
*
* Copyright (c) 1999 Dan Pascu
*
@@ -168,7 +168,7 @@ main(int argc, char **argv) /*FOLD00*/
if (argc>1) {
for (i=1; i<argc; i++) {
if (strcmp(argv[i], "--help")==0 || strcmp(argv[i], "-h")==0) {
printf("usage: %s [host [port]]\n\n", argv[0]);
printf("usage: %s [host [port]]\n\n", ProgName);
exit(0);
} else {
if (!host)