X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-utils%2Favahi-publish-service.in;h=50b1908c2660f5af9e6d90654323cad6284639c3;hb=15cbcb2d3c23c83f7ae5f009e20d5ba0eb4b3679;hp=3000ea988279ec5cccb98bf0d536b4dfb6bfc5dc;hpb=280e0fa69dc03706a24bf7128422443cb37d08ab;p=catta diff --git a/avahi-utils/avahi-publish-service.in b/avahi-utils/avahi-publish-service.in index 3000ea9..50b1908 100755 --- a/avahi-utils/avahi-publish-service.in +++ b/avahi-utils/avahi-publish-service.in @@ -40,7 +40,7 @@ def usage(retval = 0): sys.exit(retval) try: - opts, args = getopt.getopt(sys.argv[1:], "d:H:", ["help", "domain=", "host="]) + opts, args = getopt.getopt(sys.argv[1:], "hd:H:", ["help", "domain=", "host="]) except getopt.GetoptError: usage(2)