diff options
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 681ebb42fa..2231824b95 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -236,9 +236,15 @@ commands[] = */ { + "spoolenum", + cmd_spoolss_enum_printers, + "Spool Printer Enum Test", + {COMPL_NONE, COMPL_NONE} + }, + { "spoolopen", cmd_spoolss_open_printer_ex, - "Spool Printer Open Test", + "<printer name> Spool Printer Open Test", {COMPL_NONE, COMPL_NONE} }, /* |