diff -r 46019da9bfc1 openslp/slptool/slptool.c
--- a/openslp/slptool/slptool.c	Sat Jan 05 22:00:36 2013 -0600
+++ b/openslp/slptool/slptool.c	Fri Jan 25 22:32:27 2013 -0600
@@ -281,6 +281,9 @@
 
    /* Clear property (if set), otherwise the register function is quite useless */
    SLPSetProperty("net.slp.watchRegistrationPID", 0);
+   if (strlen(cmdline->scopes)) {
+     SLPSetProperty("net.slp.useScopes", cmdline->scopes);
+   }
 
    if (SLPOpen(cmdline->lang, SLP_FALSE, &hslp) == SLP_OK)
    {
