aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_hpjd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r--plugins/check_hpjd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c
index d8583724..9d8fae2b 100644
--- a/plugins/check_hpjd.c
+++ b/plugins/check_hpjd.c
@@ -519,10 +519,10 @@ print_usage (void)
return STATE_UNKNOWN;
}
- // get the IP address of the JetDirect device
+ /* get the IP address of the JetDirect device */
strcpy(address,argv[1]);
- // get the community name to use for SNMP communication
+ /* get the community name to use for SNMP communication */
if(argc>=3)
strcpy(community,argv[2]);
else