From 09c8992dc98d54d774c43db69b397d5fbdea0faa Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Wed, 22 Jul 2009 21:47:47 -0500 Subject: [PATCH] added the -o option to the help text --- wicd/wicd-client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wicd/wicd-client.py b/wicd/wicd-client.py index 36679b7..93e52dd 100755 --- a/wicd/wicd-client.py +++ b/wicd/wicd-client.py @@ -729,6 +729,7 @@ Arguments: \t-n\t--no-tray\tRun wicd without the tray icon. \t-h\t--help\t\tPrint this help information. \t-a\t--no-animate\tRun the tray without network traffic tray animations. +\t-o\t--only-notifications\tDon't display anything except notifications. """ % wpath.version def setup_dbus(force=True):