]> git.meshlink.io Git - catta/commitdiff
* correct the help message of avahi-public
authorSebastien Estienne <sebastien.estienne@gmail.com>
Fri, 25 Nov 2005 10:33:51 +0000 (10:33 +0000)
committerSebastien Estienne <sebastien.estienne@gmail.com>
Fri, 25 Nov 2005 10:33:51 +0000 (10:33 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1036 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-utils/avahi-publish.c

index e0dea9f712551b67b17b8fe9155de5f782a7257f..9d3e53c5bf2d3f5c1e2005089febc025809a5708 100644 (file)
@@ -220,8 +220,8 @@ static void help(FILE *f, const char *argv0) {
             "    -H --host=DOMAIN     Host where service resides\n"
             "       --subtype=SUBTYPE An additional subtype to register this service with\n"
             "    -f --no-fail         Don't fail if the daemon is not available\n",
-            argv0, strstr(argv0, "address") ? "[-a]" : "-a",
-            argv0, strstr(argv0, "service") ? "[-s]" : "-s");
+            argv0, strstr(argv0, "service") ? "[-s]" : "-s",
+            argv0, strstr(argv0, "address") ? "[-a]" : "-a");
 }
 
 static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) {