static
static

Reputation: 8396

What is the growlnotify -c option?

If growlnotify -h:

Usage: growlnotify [-hsvuwc] [-i ext] [-I filepath] [--image filepath]
                   [-a appname] [-p priority] [-H host] [-P password]
                   [-n name] [-A method] [--html] [-m message] [-t] [--url url]
                   [title]

But the meaning of c in [-hsvuwc] is not described. What could it be?

Update:

the official man page installed with the program has no description of a c option. Several online man pages I found has neither.

Upvotes: 0

Views: 137

Answers (2)

demure
demure

Reputation: 7617

-c,--crypt Encrypt UDP notifications.

per growlnotify -h on my install.

Upvotes: 1

Paul R
Paul R

Reputation: 213059

From the man page:

-c,--crypt      Encrypt UDP notifications. By default, UDP notifications are sent unencrypted.

Upvotes: 1

Related Questions