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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user