]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Usage information was not up-to-date for many utilities
authorPatrice Fournier <pfournier@ifax.com>
Sat, 12 Aug 2006 20:51:29 +0000 (20:51 +0000)
committerPatrice Fournier <pfournier@ifax.com>
Sat, 12 Aug 2006 20:51:29 +0000 (20:51 +0000)
faxalter/faxalter.c++
faxmail/faxmail.c++
faxstat/faxstat.c++
hfaxd/main.c++
util/faxadduser.c

index cd333f5d4acb95b50e9c032713ef72d7b879d472..8b45b66451f266ebd6b9004b0235b314aeae37ee 100644 (file)
@@ -277,8 +277,10 @@ faxAlterApp::usage()
       " [-P priority]"
       " [-t tries]"
       " [-A]"
-      " [-p]"
       " [-g]"
+      " [-p]"
+      " [-r]"
+      " [-v]"
       " [-DQR]"
       " jobID...");
 }
index 13a89c9b23a81a9d2eda69fa334149f7a6c32358..7047bf633e2bf172791789cefd808ddd3f17a66d 100644 (file)
@@ -828,6 +828,7 @@ faxMailApp::usage()
        " [-s pagesize]"
        " [-W pagewidth]"
        " [-M margins]"
-       " [-12crRv]"
+       " [-u user]"
+       " [-12cdnrRv]"
     );
 }
index 6385bbaa01696d2b0d3c3b2c3d15d000ac4c1e12..da5b43db72fe322150f3d58638e4af3a1b111402 100644 (file)
@@ -95,7 +95,7 @@ faxStatApp::run(int argc, char** argv)
            setVerbose(true);
            break;
        case '?':
-           fxFatal("usage: faxstat [-h server-host] [-adfglrsv]");
+           fxFatal("usage: faxstat [-h server-host] [-adfgilrsv]");
        }
     fxStr emsg;
     if (callServer(emsg)) {
index 42303a200a826b81b3a267b31401a1c299342296..9500fbdc01917cab6f1f2032279f663bd7edd78c 100644 (file)
@@ -177,7 +177,7 @@ detachFromTTY(void)
 static void
 usage(const char* appName)
 {
-    fatal("usage: %s [-o port] [-h port] [-l bindaddress] [-i port] [-u socket] [-q queue-directory]",
+    fatal("usage: %s [-d] [-o port] [-O] [-h port] [-H] [-l bindaddress] [-i port] [-I] [-s port] [-S] [-u socket] [-q queue-directory]",
        appName);
 }
 
index 5d9d41ae07887e036db6324558a63467e6d8014e..23239ac9d8d5d8a36b6d173b45c491b4d158a393 100644 (file)
@@ -49,7 +49,7 @@ extern char* optarg;
 const char passwd_salts[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./";
 
 const char* usage = "faxadduser [-a admin-password] [-f hosts-file] \
-[ -p password] [-u uid] username";
+[-h host-name] [-p password] [-u uid] username";
 
 int
 main(int argc, char** argv)