Fixed very small typo

This commit is contained in:
andurin 2011-11-14 11:19:16 +01:00
parent 2536cf0308
commit 97f62d955f
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class Db
when '-h','--help'
print_line
print_line "Usage: services [-h] [-u] [-a] [-r <proto>] [-p <port1,port2>] [-n <name1,name2>] [-o <filename>] [addr1 addr2 ...]"
print_line "Usage: services [-h] [-u] [-a] [-r <proto>] [-p <port1,port2>] [-s <name1,name2>] [-o <filename>] [addr1 addr2 ...]"
print_line
print_line " -a,--add Add the services instead of searching"
print_line " -d,--delete Delete the services instead of searching"