diff options
author | Charles Kingsley <chaz@anope.org> | 2011-04-10 12:30:21 +0100 |
---|---|---|
committer | Charles Kingsley <chaz@anope.org> | 2011-04-10 12:30:21 +0100 |
commit | 0e0538408dac890d23e888c5692924cb7fc64e6c (patch) | |
tree | 213d8cd1f80cb70371f5e3af3425e4ba01132e47 | |
parent | 841b3f689eed1573bd816454ed9e72fc1d87a2df (diff) |
Usage update for ./listchans thanks katsklaw
-rw-r--r-- | src/list.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/list.c b/src/list.c index f8099d86f..4b1a47126 100644 --- a/src/list.c +++ b/src/list.c @@ -165,6 +165,9 @@ If no channels are given, the entire channel database is printed out in\n\ compact format followed by the number of registered channels (with -c, the\n\ list is suppressed and only the count is printed). If one or more channels\n\ are given, detailed information about those channels is displayed.\n\ +\n\ +Channel names will need to be escaped with a backslash.\n\ +For example: ./listchans \\#Anope\n\ \n"); exit(usage > 0 ? 1 : 0); } |